Skip to content

Commit

Permalink
test doing sudo git pull
Browse files Browse the repository at this point in the history
  • Loading branch information
dreth committed Jul 27, 2024
1 parent 38f395a commit c0927f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@ jobs:
--parameters '{
"commands": [
"cd /home/ubuntu/hbd",
"git pull",
"sudo git pull",
"sudo docker compose -f docker-compose-prod.yml build",
"sudo docker stop hbd || true",
"sudo docker rm hbd || true",
"sudo docker compose -f docker-compose-prod.yml up -d hbd"
]
}' \
--comment "Deploying new version of hbd"

0 comments on commit c0927f3

Please sign in to comment.