Skip to content

Commit

Permalink
prod: tmp3 (#prod)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkdhoho committed May 28, 2024
1 parent a35859b commit 3005390
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:

- name: 설정 파일 추가
run: |
pwd
ls
cd ./src/main/resources/
cat <<EOF > application-prod.yml
Expand All @@ -31,7 +29,9 @@ jobs:
EOF
- name: 애플리케이션 빌드
run: ./gradlew bootJar
run: |
cd /home/runner/work/ListyWave-back/ListyWave-back/
./gradlew bootJar
- name: 도커 이미지 빌드
run: docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/${{ secrets.IMAGE_NAME }}:${{ secrets.PROD_TAG }} ./
Expand Down

0 comments on commit 3005390

Please sign in to comment.