diff --git a/.github/workflows/auto-deploy.yml b/.github/workflows/auto-deploy.yml index 5a40f5f94..efe6ece57 100644 --- a/.github/workflows/auto-deploy.yml +++ b/.github/workflows/auto-deploy.yml @@ -18,9 +18,6 @@ jobs: # Job[1]: BACKEND -> docker hub로 build & push be-deploy: runs-on: ubuntu-latest - defaults: - run: - working-directory: ${{ env.BE_WORKING_DIR }} services: mysql_db: image: mysql:8.0 @@ -31,6 +28,10 @@ jobs: MYSQL_USER: root MYSQL_PASSWORD: 1234 + defaults: + run: + working-directory: ${{ env.BE_WORKING_DIR }} + steps: # 1. Source 단계