We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177edc6 commit 8ae5c48Copy full SHA for 8ae5c48
.github/workflows/cd.yaml
@@ -84,7 +84,7 @@ jobs:
84
git config user.name ${{ secrets.GH_USERNAME }}
85
git config user.email "[email protected]"
86
git config credential.helper store
87
- git add k8s/fastapi.yaml
+ git add k8s/postgresql/fastapi.yaml
88
git commit -m ":tada: deploy: fastapi-cookbook [${{ github.sha }}]"
89
git push origin ${{ github.ref_name }}
90
k8s/postgresql/fastapi.yaml
@@ -14,7 +14,7 @@ spec:
14
spec:
15
containers:
16
- name: fastapi
17
- image: zerohertzkr/fastapi-cookbook:8829d9ee973ea6a5e3cb4eff25222bc745ab44e9
+ image: zerohertzkr/fastapi-cookbook:177edc64be658411baf0d47e79928e93ca4d8966
18
env:
19
- name: DB_TYPE
20
valueFrom:
0 commit comments