Skip to content

Commit 8ae5c48

Browse files
committed
🐛 hotfix: cd pipelines
1 parent 177edc6 commit 8ae5c48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
git config user.name ${{ secrets.GH_USERNAME }}
8585
git config user.email "[email protected]"
8686
git config credential.helper store
87-
git add k8s/fastapi.yaml
87+
git add k8s/postgresql/fastapi.yaml
8888
git commit -m ":tada: deploy: fastapi-cookbook [${{ github.sha }}]"
8989
git push origin ${{ github.ref_name }}
9090

k8s/postgresql/fastapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: fastapi
17-
image: zerohertzkr/fastapi-cookbook:8829d9ee973ea6a5e3cb4eff25222bc745ab44e9
17+
image: zerohertzkr/fastapi-cookbook:177edc64be658411baf0d47e79928e93ca4d8966
1818
env:
1919
- name: DB_TYPE
2020
valueFrom:

0 commit comments

Comments
 (0)