Skip to content

Commit

Permalink
fix deployment name mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisjanisP committed Sep 11, 2023
1 parent 3a04e35 commit 443fa61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Replace manifest tokens
run: |
sed -e 's/latest/${{env.DOCKER_METADATA_OUTPUT_VERSION}}/g' \
< ./kubernetes/proglv_backend_deployment.yaml > ./kubernetes/gucci_deployment.yaml
< ./kubernetes/backend_deployment.yaml > ./kubernetes/gucci_deployment.yaml
- name: Log manifest
run: cat ./kubernetes/gucci_deployment.yaml
Expand Down

0 comments on commit 443fa61

Please sign in to comment.