Skip to content

Commit

Permalink
Deploy to Latitude
Browse files Browse the repository at this point in the history
  • Loading branch information
obalaribe committed May 30, 2024
1 parent 5d73467 commit 3dca9e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
working-directory: ansible
run: ansible all -m ping --inventory inventory/${{ env.NETWORK }}.ini --extra-vars "@${{ env.NETWORK }}-vars.yml"

- name: Setup upterm session
uses: lhotari/action-upterm@v1
if: ${{ failure() }}
with:
wait-timeout-minutes: 2
- name: Setup upterm session
uses: lhotari/action-upterm@v1
if: ${{ failure() }}
with:
wait-timeout-minutes: 2

- name: run playbook
working-directory: ansible
Expand Down

0 comments on commit 3dca9e8

Please sign in to comment.