Skip to content

Commit

Permalink
test fix, try to remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Alexander Strømseng committed Mar 19, 2024
1 parent c195f32 commit d8847d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autoredeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
# Create .env.production with HOST_URL Frontend
echo "HOST_URL=${{ vars.HOST_URL }}" >> .env.production
- name: Docker build
run: sudo docker-compose build
run: docker-compose build
- name: Docker up
run: sudo docker-compose up -d
run: docker-compose up -d

0 comments on commit d8847d4

Please sign in to comment.