Skip to content

Commit

Permalink
Merge pull request #313 from alwinsimon/v1-CI-CD
Browse files Browse the repository at this point in the history
Modified order of command execution.
  • Loading branch information
alwinsimon authored Nov 2, 2023
2 parents 2b2b6dc + a009ae8 commit e6e9a82
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 e6e9a82

Please sign in to comment.