We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ece773f + 5021293 commit 621f70bCopy full SHA for 621f70b
2 files changed
.github/workflows/cd-dev.yml
@@ -68,5 +68,5 @@ jobs:
68
script: |
69
docker pull ${{ secrets.DOCKER_USER }}/kodaero:latest
70
chmod +x ./deploy.sh
71
- ./deploy.sh dev
+ sudo ./deploy.sh dev
72
docker image prune -f
.github/workflows/cd.yml
- ./deploy.sh prod
+ sudo ./deploy.sh prod
0 commit comments