Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
petterannerwall authored Feb 23, 2022
1 parent 8a46a61 commit 30dd986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
with:
local: /home/runner/work/exilence-next/exilence-next/ExilenceNextBackend/deploy
remote: ${{ secrets.TARGET }}
host: ${{ secrets.HOST }}
host: 142.132.227.44
username: ${{ secrets.USER }}
password: ${{ secrets.SECRET }}
- name: Run SSH command
uses: garygrossgarten/github-action-ssh@v0.3.0
with:
command: sudo systemctl restart exilence.service
host: ${{ secrets.HOST }}
host: 142.132.227.44
username: ${{ secrets.USER }}
password: ${{ secrets.SECRET }}

0 comments on commit 30dd986

Please sign in to comment.