Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pingowl authored Oct 2, 2023
1 parent d15dabe commit 2257ed0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ jobs:
# docker compose up
- name: executing remote ssh commands using password
uses: fifsky/ssh-action@master
uses: appleboy/ssh-action@v0.1.4
with:
host: ${{ secrets.HOST }}
user: root
key: ${{ secrets.KEY }}
password: ${{ secrets.PASSWORD }}
command: |
sudo docker rm -f $(docker ps -qa)
sudo docker pull ${{ secrets.DOCKER_REPO }}/igomoney-app
Expand Down

0 comments on commit 2257ed0

Please sign in to comment.