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 441527a + 2e56590 commit 6f47179Copy full SHA for 6f47179
1 file 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
0 commit comments