Skip to content

Commit a89c687

Browse files
authored
Merge pull request #27 from GeneralMagicio/fix-build
fix wrong branch set in CI
2 parents b3d6ebe + 0dfe3fe commit a89c687

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/staging-pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ jobs:
5353
# Authenticate with GHCR
5454
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
5555
cd worldview-be
56-
git checkout staging
57-
git fetch origin staging
58-
git reset --hard origin/staging
59-
git pull origin staging
56+
git checkout develop
57+
git fetch origin develop
58+
git reset --hard origin/develop
59+
git pull origin develop
6060
docker compose pull
6161
6262
rollout-deploy-1:

0 commit comments

Comments
 (0)