We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4d206 commit 4e14763Copy full SHA for 4e14763
.github/workflows/deploy.yml
@@ -26,6 +26,5 @@ jobs:
26
key: ${{ secrets.EC2_KEY }}
27
script: |
28
cd ~/app
29
- git pull origin main
30
docker compose down
31
docker compose up -d --build
0 commit comments