diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a4c2c9d..7585ad3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,10 +41,10 @@ jobs: run: yarn build env: CI: true - test: + docker: needs: - - ESLint - - Build + - eslint + - build name: Docker Image CI runs-on: ubuntu-latest steps: @@ -66,7 +66,7 @@ jobs: - name: Docker Compose run: docker-compose up -d deployBeta: - needs: 'Docker Image CI' + needs: test name: Deploy Beta runs-on: ubuntu-latest if: ${{ github.ref == 'ref/head/master' && github.event_name == 'push' }}