Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
indrazm committed Nov 14, 2024
1 parent 6da9330 commit b5144c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
- name: Deploy to server
run: |
ssh -o StrictHostKeyChecking=no ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }} << EOF
cd layered-elysia
cd app
git pull
sudo docker compose build --no-cache
sudo docker compose down
sudo docker compose up -d
EOF

0 comments on commit b5144c6

Please sign in to comment.