Skip to content

Commit 52aa54a

Browse files
authored
Update prod-promote.yaml
1 parent 63386f0 commit 52aa54a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/prod-promote.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v4
5151
with:
5252
repository: bcgov-c/tenant-gitops-fc726a
53-
ref: stage
53+
ref: main
5454
token: ${{ secrets.ARGO_PAT }}
5555
path: gitops
5656

@@ -87,7 +87,7 @@ jobs:
8787
git add .
8888
8989
git commit -m "Update Prod Admin image tag"
90-
git push origin stage # Update the branch name as needed
90+
git push origin main # Update the branch name as needed
9191
9292
- name: Update API Helm Values and Commit
9393
id: helm-api
@@ -122,7 +122,7 @@ jobs:
122122
git add .
123123
124124
git commit -m "Update Prod API image tag"
125-
git push origin stage # Update the branch name as needed
125+
git push origin main # Update the branch name as needed
126126
127127
- name: Update FRONTEND Helm Values and Commit
128128
id: helm-frontend
@@ -157,7 +157,7 @@ jobs:
157157
git add .
158158
159159
git commit -m "Update Prod FRONTEND image tag"
160-
git push origin stage # Update the branch name as needed
160+
git push origin main # Update the branch name as needed
161161
162162

163163

0 commit comments

Comments
 (0)