Add sudo to deploy-package task

This commit is contained in:
Joshua Boniface 2021-11-08 02:41:10 -05:00
parent 6e9fcd38a3
commit d0ec24f690
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ bbuilder:
published: published:
- git submodule update --init - git submodule update --init
- /bin/bash build-stable-deb.sh - /bin/bash build-stable-deb.sh
- /usr/local/bin/deploy-package -C pvc - sudo /usr/local/bin/deploy-package -C pvc