Skip to content

Commit

Permalink
swag v2
Browse files Browse the repository at this point in the history
  • Loading branch information
amgno committed Sep 25, 2024
1 parent 8019be1 commit 80ed2c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
fi &&
cd /home/deployer/amgno.github.io &&
echo ✅ Pulling from GitHub &&
git fetch origin &&
git reset --hard origin/main &&
git clean -fd &&
git pull &&
sudo git fetch origin &&
sudo git reset --hard origin/main &&
sudo git clean -fd &&
sudo git pull &&
echo ✅ Starting docker &&
echo ${{ secrets.PASSWORD }} | sudo -S docker-compose down &&
echo ${{ secrets.PASSWORD }} | sudo -S docker-compose up -d &&
Expand Down

0 comments on commit 80ed2c7

Please sign in to comment.