Skip to content

Commit

Permalink
Add sudo keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
vyperrrr committed Aug 31, 2024
1 parent bd7270e commit 2ec51d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
steps:
- name: Pull the image from dockerhub
run: |
docker pull ${{ secrets.DOCKER_USERNAME }}/book-sweeper-backend:${{ steps.extract_version.outputs.VERSION }}
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/book-sweeper-backend:${{ steps.extract_version.outputs.VERSION }}
- name: Upload docker-compose.yml to artifacts
uses: actions/upload-artifact@v3
with:
Expand All @@ -127,4 +127,4 @@ jobs:
name: docker-compose.yml
- name: Deploy containers with docker-compose
run: |
docker-compose up -d --build
sudo docker-compose up -d --build
2 changes: 1 addition & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ec51d4

Please sign in to comment.