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 a53acf9 commit 7f61ee5Copy full SHA for 7f61ee5
.github/workflows/cloud-push-main.yml
@@ -23,7 +23,7 @@ jobs:
23
port: ${{ secrets.SSH_CLOUD_PORT }}
24
script: |
25
cd ${{ secrets.CLOUD_FOLDER_PATH }}
26
- git checkout .
27
- git pull origin main
+ git fetch
+ git checkout origin/main
28
docker compose -f docker/cloud/docker-compose.yml down
29
docker compose -f docker/cloud/docker-compose.yml up -d --build
0 commit comments