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 9d5d475 commit d1b08f3Copy full SHA for d1b08f3
1 file changed
.github/workflows/cd-dev.yml
@@ -67,6 +67,7 @@ jobs:
67
port: ${{ secrets.PORT }}
68
script: |
69
docker pull ${{ secrets.DOCKER_USER }}/kodaero-dev:latest
70
+ cd infra
71
chmod +x ./deploy-dev.sh
72
sudo ./deploy-dev.sh
73
docker image prune -f
0 commit comments