Skip to content

Commit

Permalink
Modified order of command execution.
Browse files Browse the repository at this point in the history
  • Loading branch information
alwinsimon committed Nov 2, 2023
1 parent 5dae088 commit a009ae8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CD - Deploy - Manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ jobs:
with:
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
- run: doctl kubernetes cluster kubeconfig save ${{ secrets.DIGITALOCEAN_CLUSTER_ID }}
- run: kubectl apply -f infra/ingress-nginx/prod && kubectl apply -f infra/statefull && kubectl apply -f infra/stateless
- run: kubectl apply -f infra/statefull
- run: kubectl apply -f infra/stateless
- run: kubectl apply -f infra/ingress-nginx/prod

0 comments on commit a009ae8

Please sign in to comment.