Skip to content

Commit

Permalink
Update dev_deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgeho authored Jan 26, 2024
1 parent fad1f56 commit 22d5f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
port: 22
script: |
cd /home/dg_admin/ilmomasiina
sudo git pull
sudo docker compose -f docker-compose.prod.yml up --build -d
echo ${{ secrets.SSH_PASSWORD }} | sudo -S git pull
echo ${{ secrets.SSH_PASSWORD }} | sudo docker compose -f docker-compose.prod.yml up --build -d

0 comments on commit 22d5f99

Please sign in to comment.