Skip to content

Commit

Permalink
Apply all manifests you idiot
Browse files Browse the repository at this point in the history
  • Loading branch information
JayWood committed Jul 21, 2024
1 parent 528164e commit 37d8a57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:

- name: Apply Kube Manifests
run: |
sed "s/TAG_PLACEHOLDER/${{ env.GIT_TAG }}/g" ./kube/wordpress-deploy.yml | kubectl apply -f -
sed "s/TAG_PLACEHOLDER/${{ env.GIT_TAG }}/g" ./kube/wordpress-deploy.yml
kubectl apply -f ./kube/
- name: Update WordPress Deployment Image
run: kubectl set image deployment/jaycodesit-wordpress wordpress=jaycodesit/site:${{ env.GIT_TAG }}

0 comments on commit 37d8a57

Please sign in to comment.