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 9be5c05 commit 9060686Copy full SHA for 9060686
.github/workflows/deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
username: ubuntu
41
key: ${{secrets.EC2_SSH_PRIVATE_KEY}}
42
script: |
43
- cd /home/ubuntu/flashlearn
+ cd flashlearn
44
docker compose down || true
45
docker compose pull
46
docker compose up -d
0 commit comments