Skip to content

Commit b112266

Browse files
committed
feat: update permission
1 parent 58df98f commit b112266

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
run: |
1818
cd /home/ubuntu/quantum-framework
1919
git pull origin main
20+
[ -d dist ] && sudo chown -R ubuntu:ubuntu dist
2021
npm ci
2122
npm run build
2223
sudo rsync -av --delete dist/ /var/www/quantum-framework/dist/

0 commit comments

Comments
 (0)