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 8c21849 commit 2b594ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ jobs:
run: ansible-inventory --inventory inventory/${{ env.NETWORK }}.ini --list

- name: ping all
working-directory: ansible/lightclient
working-directory: ansible
run: ansible all -m ping --inventory inventory/${{ env.NETWORK }}.ini --extra-vars "@${{ env.NETWORK }}-vars.yml"

- name: run playbook
if: false
working-directory: ansible
run: ansible-playbook playbook.yml --extra-vars "@${{ env.NETWORK }}-vars.yml"

0 comments on commit 2b594ec

Please sign in to comment.