Skip to content

Commit

Permalink
deploying and starting on server
Browse files Browse the repository at this point in the history
  • Loading branch information
alwaysmeow committed May 27, 2024
1 parent 4570b8e commit 334ec0a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,8 @@ jobs:
username: ${{ secrets.SERVER_USER }}
password: ${{ secrets.SERVER_PASSWORD }}
port: 22
script: whoami
script: |
cd app/WebManager
git pull
ls
docker-compose up -d

0 comments on commit 334ec0a

Please sign in to comment.