Skip to content

Commit

Permalink
fix: workflow 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmondBreez3 committed Nov 18, 2023
1 parent de15956 commit 03be640
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ jobs:
- name: Build with Gradle
run: ./gradlew build -x test

# - name: Start Redis Container
# run: |
# docker run -d -p 6379:6379 --name bapmate-redis-container redis:latest
# shell: bash

- name: Docker build
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
Expand All @@ -75,8 +70,6 @@ jobs:
script: |
docker pull ${{ secrets.DOCKER_USERNAME }}/bapmate:latest
docker stop $(docker ps -a -q)
# docker run -d --log-driver=syslog -p 8080:8080 ${{ secrets.DOCKER_USERNAME }}/bapmate:latest
# docker rm $(docker ps --filter 'status=exited' -a -q)
docker-compose up -d
docker image prune -a -f
Expand Down

0 comments on commit 03be640

Please sign in to comment.