Skip to content

Commit

Permalink
test5
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeysthingz committed Dec 30, 2023
1 parent 787bf75 commit 329607c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- main
- 'releases/**'


env:
SSH_HOST: ${{ secrets.SSH_HOST }}
Expand All @@ -32,4 +32,4 @@ jobs:
script: |
cd /home/django-resume
git pull
docker compose -f docker-compose.prod.yml up --build -d
docker compose -f docker-compose.yml up --build -d

0 comments on commit 329607c

Please sign in to comment.