We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eaa0c2 commit 16108e2Copy full SHA for 16108e2
.github/workflows/demo-push-main.yml
@@ -25,6 +25,7 @@ jobs:
25
port: ${{ secrets.SSH_PORT }}
26
script: |
27
cd /srv/edt-offline
28
+ git checkout .
29
git pull origin main
30
docker compose -f docker/demo/docker-compose.yml down
31
docker compose -f docker/demo/docker-compose.yml up -d --build
0 commit comments