Skip to content

Commit

Permalink
Add call to deploy script (dry-run)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcamilleri committed Apr 15, 2020
1 parent 9d38518 commit 902b521
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
with:
PING_URL: '10.249.1.100'
FILE_OVPN: '.github/vpn/config.ovpn'
# SECRET: ${{ secrets.SECRET_USERNAME_PASSWORD }}
# TLS_KEY: ${{ secrets.TLS_KEY }}
env:
CA_CRT: ${{ secrets.CA_CRT }}
USER_CRT: ${{ secrets.USER_CRT }}
Expand All @@ -28,6 +26,9 @@ jobs:
- name: Check Connect VPN
run: echo ${{ steps.connect_vpn.outputs.STATUS }}

- name: Run deploy script
run: ./deploy.sh

- name: Close VPN
if: always()
run: sudo killall openvpn

0 comments on commit 902b521

Please sign in to comment.