ci: fix ci fix ci ci ba

This commit is contained in:
원더 2021-01-13 22:17:45 +09:00
parent 1dac38fd64
commit b0a6525bf2

View File

@ -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' }}