Skip to content

Commit

Permalink
chore: fix CD manfiest branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sachk committed Sep 26, 2023
1 parent 4627002 commit 5507b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ jobs:
git add .
git commit -m "feat(circles): update images"
git push -u origin update/circles/${{ github.sha }}
gh pr create --title "feat(circles): update image" --body "Updates the image for the circles deployment to commit csesoc/circles@${{ github.sha }}." > URL
gh pr create -B migration --title "feat(circles): update image" --body "Updates the image for the circles deployment to commit csesoc/circles@${{ github.sha }}." > URL
gh pr merge $(cat URL) --squash -d

0 comments on commit 5507b61

Please sign in to comment.