Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dylansnyk committed Mar 15, 2024
2 parents 9466cab + cd75e7c commit 9456573
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/provision-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Provision EKS and Deploy Juice Shop'
on:
push:
branches:
- main
- master
paths:
- '_build_flag'

Expand Down Expand Up @@ -47,4 +47,4 @@ jobs:
- name: kubectl apply
run: |
aws eks update-kubeconfig --region us-east-1 --name juice-shop-cluster
kubectl apply -f k8s-src
kubectl apply -f k8s-src
2 changes: 1 addition & 1 deletion _build_flag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Build now
Build now!!

0 comments on commit 9456573

Please sign in to comment.