Skip to content

Commit

Permalink
Merge pull request #694 from hackforla/BACK-MinorWorkflowUpdate
Browse files Browse the repository at this point in the history
added sudo to git pull
  • Loading branch information
adamkendis authored Jun 17, 2020
2 parents 0a9696f + 980c42e commit de3d4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Continuous_Deployment_Backend_Dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
script: |
set -e
cd 311-data/server
git pull
sudo git pull
echo GITHUB_SHA=${{ github.sha }} >> .env
docker-compose build api
docker-compose up --no-deps -d api

0 comments on commit de3d4c8

Please sign in to comment.