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 d1b08f3 commit eb5722dCopy full SHA for eb5722d
1 file changed
.github/workflows/cd.yml
@@ -70,6 +70,7 @@ jobs:
70
port: ${{ secrets.PORT }}
71
script: |
72
docker pull ${{ secrets.DOCKER_USER }}/kodaero-app:latest
73
+ cd infra
74
chmod +x ./deploy-prod.sh
75
sudo ./deploy-prod.sh 14
76
docker image prune -f
0 commit comments