Skip to content

Commit

Permalink
deploy: publishing to eks cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
Delyc committed Dec 18, 2024
1 parent 10d1565 commit 29a34ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-publish-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: Deploy to EKS
run: |
kubectl apply -f ../../k8s/deployments
kubectl apply -f ../../k8s/services
kubectl apply -f ../../k8s/secrets
kubectl apply -f k8s/deployments
kubectl apply -f k8s/services
kubectl apply -f k8s/secrets

0 comments on commit 29a34ff

Please sign in to comment.