Skip to content

Commit

Permalink
Deploy for real when pushing to production
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcamilleri committed Apr 15, 2020
1 parent eed1f80 commit 5ed9371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy to MLRS
on:
push:
branches:
- deploy-action
- production
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
chmod 600 ~/.ssh/id_rsa
- name: Run deploy script
run: ./deploy.sh
run: ./deploy.sh -wet

- name: Close VPN
if: always()
Expand Down

0 comments on commit 5ed9371

Please sign in to comment.