Skip to content

Commit

Permalink
ci: apply configs generated by cdk8s
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet committed Oct 12, 2023
1 parent 67484ee commit 5a6d97d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ jobs:
- name: Deploy config files
if: github.ref == 'refs/heads/master'
run: |
kubectl apply -f config/*.yml --namespace argo
npx cdk8s synth
# FIXME: need to change the namespace
kubectl apply -f dist/*.yml --namespace argo
# Re-lint the workflows after deployment because their dependencies is test with deployement.
- name: Re-Lint workflows
run: |
Expand Down
10 changes: 0 additions & 10 deletions config/semaphores.yml

This file was deleted.

0 comments on commit 5a6d97d

Please sign in to comment.