Skip to content

Commit 9b4b3aa

Browse files
committed
chore(build): move cd to new cluster
1 parent 535acef commit 9b4b3aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,11 @@ jobs:
6262
if: ${{ github.event_name != 'pull_request' && (github.ref_name == 'dev' || github.ref_name == 'master') }}
6363
steps:
6464
- name: Checkout repository
65-
uses: actions/checkout@v3
65+
uses: actions/checkout@v4
6666
with:
6767
repository: csesoc/deployment
6868
token: ${{ secrets.GH_TOKEN }}
69+
ref: migration
6970
- name: Install yq - portable yaml processor
7071
uses: mikefarah/yq@v4.34.2
7172
- name: Update deployment
@@ -96,5 +97,5 @@ jobs:
9697
git add .
9798
git commit -m "feat(freerooms-$build_type): update images"
9899
git push -u origin update/freerooms-$build_type/${{ github.sha }}
99-
gh pr create --title "feat(freerooms-$build_type): update image" --body "Updates the image for the freerooms deployment to commit csesoc/Freerooms@${{ github.sha }}." > URL
100+
gh pr create -B migration --title "feat(freerooms-$build_type): update image" --body "Updates the image for the freerooms deployment to commit csesoc/freerooms@${{ github.sha }}." > URL
100101
gh pr merge $(cat URL) --squash -d

0 commit comments

Comments
 (0)