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

View File

@ -66,7 +66,7 @@ jobs:
- name: Docker Compose
run: docker-compose up -d
deployBeta:
needs: Docker Image CI
needs: 'Docker Image CI'
name: Deploy Beta
runs-on: ubuntu-latest
if: ${{ github.ref == 'ref/head/master' && github.event_name == 'push' }}