Skip to content

Commit

Permalink
deploy: Setup SSH
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-Jyoti committed Dec 25, 2024
1 parent 3b806bd commit d085c6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ jobs:
key: ${{ secrets.SERVER_SSH_KEY }}
port: 22
script: |
echo "hello world"
cd ${{ secrets.PROJECT_PATH }}
git pull origin master
docker-compose down
docker-compose up --build -d

0 comments on commit d085c6b

Please sign in to comment.