We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53ea22a + 002da3f commit 0a8c2f3Copy full SHA for 0a8c2f3
.github/workflows/release-cd.yml
@@ -57,7 +57,7 @@ jobs:
57
docker push ${{ secrets.DOCKER_REPO }}:latest
58
- name: Update Kubernetes Deployment
59
run: |
60
- envsubst < ./taskflow.yaml
+ envsubst < ./taskflow.yaml > ./taskflow-back.yaml
61
env:
62
IMAGE_TAG: ${{ steps.version.outputs.VERSION }}
63
# deploy
@@ -69,7 +69,7 @@ jobs:
69
key: ${{ secrets.KUBE_HOST_KEY }}
70
port: ${{ secrets.KUBE_HOST_PORT }}
71
overwrite: true
72
- source: ./taskflow.yaml
+ source: ./taskflow-back.yaml
73
target: ~/taskflow-back.yaml
74
75
- name: Deploy
0 commit comments