Skip to content

Commit

Permalink
Merge pull request #22 from dkovacevic/staging
Browse files Browse the repository at this point in the history
fix prod deployment
  • Loading branch information
LukasForst authored Apr 29, 2020
2 parents e6f2c7e + 65d7348 commit 4b24d94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
# K8s is set up, deploy the app
- name: Deploy the Service
env:
SERVICE: ${{ env.SERVICE_NAME }}
run: |-
kubectl apply -f "rubicon/prod/services/$SERVICE/$SERVICE.yaml"
Expand Down

0 comments on commit 4b24d94

Please sign in to comment.