Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
amgno committed Sep 23, 2024
1 parent 60b4d97 commit 06c6c8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
echo ✅ Pulling from GitHub &&
git pull &&
echo ✅ Starting docker &&
sudo docker-compose down &&
sudo docker-compose up -d &&
echo ✅ Donee
echo ${{ secrets.PASSWORD }} | sudo -S docker-compose down &&
echo ${{ secrets.PASSWORD }} | sudo -S docker-compose up -d &&
echo ✅ Done
EOF

0 comments on commit 06c6c8b

Please sign in to comment.