Skip to content

Commit

Permalink
test: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
김교휘 authored and 김교휘 committed May 21, 2024
1 parent c9527a3 commit fd3fdd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cogo_cicd_gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
# 새 컨테이너 실행
- name: Docker run new container
run: |
echo "DB_URL=${{ secrets.DB_URL }}"
echo "DB_NAME=${{ secrets.DB_NAME }}"
echo "DB_USERNAME=${{ secrets.DB_USERNAME }}"
echo "DB_PW=${{ secrets.DB_PW }}"
sudo docker run --name cogo --rm -d -p 8080:8080 \
-e DB_URL=${{ secrets.DB_URL }} \
-e DB_NAME=${{ secrets.DB_NAME }} \
Expand Down

0 comments on commit fd3fdd9

Please sign in to comment.