Skip to content

Commit

Permalink
[fix]workflows 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jainefer committed Nov 6, 2024
1 parent eb0d14c commit a51a317
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev_deply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
sudo docker stop bill-api
sudo docker rm bill-api
fi
echo "SPRING_DATASOURCE_URL=${{ secrets.SPRING_DATASOURCE_URL }}"
echo "SPRING_DATASOURCE_USERNAME=${{ secrets.SPRING_DATASOURCE_USERNAME }}"
sudo docker tag ${{ secrets.DOCKERHUB_USERNAME }}/bill-api:latest bill-api
sudo docker run --name bill-api -d -p 80:8080 \
-e SPRING_DATASOURCE_URL=${{ secrets.SPRING_DATASOURCE_URL }} \
Expand Down

0 comments on commit a51a317

Please sign in to comment.