Skip to content

Commit

Permalink
add ssh test on deploy gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodore Keloglou committed Dec 13, 2023
1 parent 0a1333a commit 92a4e64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Install Dependencies
run: cd ansible/ && pip install -r requirements.txt

- name: Test ssh
run: ssh sfs cat /etc/issue

- name: Run ansible playbook
env:
ANSIBLE_HOST: 81.95.52.39
Expand Down

0 comments on commit 92a4e64

Please sign in to comment.