Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
amgno committed Sep 23, 2024
1 parent 1cd522c commit efff2fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 &&
docker-compose down &&
docker-compose up -d &&
sudo docker-compose down &&
sudo docker-compose up -d &&
echo ✅ Done
EOF

0 comments on commit efff2fb

Please sign in to comment.