Skip to content

Commit

Permalink
bug #80 : workflow 수정 (#81)
Browse files Browse the repository at this point in the history
- redis 추가
  • Loading branch information
pie2457 authored Dec 30, 2023
1 parent f3b1eac commit 6654501
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,7 @@ jobs:
script: |
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
docker pull redis:alpine
docker run -d -p 6379:6379 --name=redis redis:alpine
docker pull ${{ secrets.DOCKER_HUB_USERNAME }}/${{ secrets.DOCKER_IMAGE_NAME }}
docker run -d -p 8080:8080 --name app ${{ secrets.DOCKER_HUB_USERNAME }}/${{ secrets.DOCKER_IMAGE_NAME }}:${{ secrets.DOCKER_HUB_USERNAME }}

0 comments on commit 6654501

Please sign in to comment.