Skip to content

Commit db3429b

Browse files
committed
🔨 fix: cd pipelines
1 parent 4024ba9 commit db3429b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
git config credential.helper store
8080
git add k8s/postgresql/fastapi.yaml
8181
git commit -m ":tada: deploy: fastapi-cookbook [${{ env.tag_name }}]"
82-
git push origin ${{ github.ref_name }}
82+
git push origin main
8383
8484
- name: Slack webhook
8585
uses: 8398a7/action-slack@v3

0 commit comments

Comments
 (0)