Skip to content

Commit

Permalink
probe the IP of the github action machine
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfix committed Jun 14, 2024
1 parent 115d92f commit 3e71b1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cicd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
mv .deploy/known_hosts ~/.ssh/
chmod 644 ~/.ssh/known_hosts
- name: Check the IP of the machine
run: |
ip addr
- name: Synchronization of the remote deployment
run: |
ssh [email protected] "sudo service taxplorer-dev.uwsgi stop"
Expand Down

0 comments on commit 3e71b1a

Please sign in to comment.