Skip to content

Commit

Permalink
Merge pull request #43 from developthreefeet/main
Browse files Browse the repository at this point in the history
chore: env1 절대경로로 수정(test용)
  • Loading branch information
0702Yoon authored Aug 9, 2024
2 parents 663d0bd + ae328e8 commit f0ce309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: sudo docker stop $(sudo docker ps -q) 2>/dev/null || true
# 3. 최신 이미지를 컨테이너화하여 실행시킨다.
- name: docker run new container
run: sudo docker run --name github-actions-demo --rm -d -p 8080:8080 --env-file ./env1.list ${{ secrets.DOCKERHUB_USERNAME }}/big-brother-demo
run: sudo docker run --name github-actions-demo --rm -d -p 8080:8080 --env-file /home/ubuntu/env1.list/env1.list ${{ secrets.DOCKERHUB_USERNAME }}/big-brother-demo

# 4. 미사용 이미지를 정리합니다.
- name: delete old docker image
Expand Down

0 comments on commit f0ce309

Please sign in to comment.