Skip to content

Commit

Permalink
Merge pull request #163 from 2024-startup/BE/fix/#162
Browse files Browse the repository at this point in the history
fix: 서버 도커 내리는 명령어 추가
  • Loading branch information
kalsteve authored Jun 1, 2024
2 parents df2bfdb + 9d8f5ba commit b827107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
key: ${{ secrets.REMOTE_SSH_KEY }}
script: |
cd ./app
docker-compose -f docker-compose_for_action.yml down
echo "SPRING_DATASOURCE_URL=${{ secrets.SPRING_DATASOURCE_URL }}" >> ./backend.env
echo "SPRING_DATASOURCE_USERNAME=${{ secrets.SPRING_DATASOURCE_USERNAME }}" >> ./backend.env
echo "SPRING_DATASOURCE_PASSWORD=${{ secrets.SPRING_DATASOURCE_PASSWORD }}" >> ./backend.env
Expand Down

0 comments on commit b827107

Please sign in to comment.