Skip to content

Commit

Permalink
Merge pull request #307 from alwinsimon/main
Browse files Browse the repository at this point in the history
Update to accommodate changes made to infra directory.
  • Loading branch information
alwinsimon authored Nov 2, 2023
2 parents c8ec3c7 + 363b3f3 commit fa2488c
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD - Deploy - Manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
with:
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
- run: doctl kubernetes cluster kubeconfig save ${{ secrets.DIGITALOCEAN_CLUSTER_ID }}
- run: kubectl apply -f infra/k8s && kubectl apply -f infra/k8s-prod
- run: kubectl apply -f infra/ingress-nginx/prod && kubectl apply -f infra/statefull && kubectl apply -f infra/stateless
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ kind: Config
deploy:
kubectl:
manifests:
- ./infra/k8s/*
- ./infra/k8s-dev/*
- ./infra/ingress-nginx/dev/*
- ./infra/statefull/*
- ./infra/stateless/*
build:
local:
push: true
Expand Down

0 comments on commit fa2488c

Please sign in to comment.