Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SCJA03 committed Mar 21, 2024
2 parents 33292f6 + b2f4e26 commit 7125ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
dotnet publish -c Release
- name: Deploy with rsync
run: rsync -avz -e 'ssh -p 4556 -o StrictHostKeyChecking=no' Nekos/bin/Release/net6.0/publish/ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/var/www/nekos/
run: rsync -avz -e 'ssh -p 4556 -o StrictHostKeyChecking=no' Nekos/bin/Release/net8.0/publish/ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/var/www/nekos/
- name: Restart Nekos Website
run: ssh -p 4556 ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} 'service nekos restart'

0 comments on commit 7125ddb

Please sign in to comment.