Skip to content

Commit

Permalink
debug dig
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Mar 7, 2024
1 parent 7ca5e3d commit ae0700e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/terraform-deploy_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ jobs:
echo "DATABASE_HOSTNAME=$DATABASE_HOSTNAME" >> "$GITHUB_ENV"
echo "DATABASE_PASSWORD=$DATABASE_PASSWORD" >> "$GITHUB_ENV"
- uses: josiahsiegel/[email protected]
- name: Connect to VPN
uses: josiahsiegel/[email protected]
id: connect_vpn
with:
PING_URL: ${{ env.DATABASE_HOSTNAME }}
Expand All @@ -104,9 +105,12 @@ jobs:
USER_CRT: ${{ secrets.VPN_USER_CERTIFICATE }}
USER_KEY: ${{ secrets.VPN_USER_SECRET_KEY }}

- name: Check Connect VPN
- name: Check VPN Connection
run: echo ${{ steps.connect_vpn.outputs.STATUS }}

- name: debug
run: dig ${{ env.DATABASE_HOSTNAME }}

- name: Run Db migration
uses: liquibase-github-actions/[email protected]
with:
Expand Down

0 comments on commit ae0700e

Please sign in to comment.