We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3d6ebe + 0dfe3fe commit a89c687Copy full SHA for a89c687
.github/workflows/staging-pipeline.yml
@@ -53,10 +53,10 @@ jobs:
53
# Authenticate with GHCR
54
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
55
cd worldview-be
56
- git checkout staging
57
- git fetch origin staging
58
- git reset --hard origin/staging
59
- git pull origin staging
+ git checkout develop
+ git fetch origin develop
+ git reset --hard origin/develop
+ git pull origin develop
60
docker compose pull
61
62
rollout-deploy-1:
0 commit comments