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.
1 parent 6f47179 commit 5021293Copy full SHA for 5021293
1 file changed
.github/workflows/cd.yml
@@ -68,5 +68,5 @@ jobs:
68
script: |
69
docker pull ${{ secrets.DOCKER_USER }}/kodaero:latest
70
chmod +x ./deploy.sh
71
- ./deploy.sh prod
+ sudo ./deploy.sh prod
72
docker image prune -f
0 commit comments