Skip to content

Commit

Permalink
feat: removed sudo in deployment pipeline for docker up build.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm2k3 committed Mar 19, 2024
1 parent 278d059 commit d3fbb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ jobs:
echo '### Taking down current images...'; \
cd /var/www/nextjs-blog && sudo docker-compose down; \
echo '### Rebuilding containers...'; \
sudo docker-compose up --build -d"
docker-compose up --build -d"

0 comments on commit d3fbb48

Please sign in to comment.