mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
ci: fix ci fix ci ci ba
This commit is contained in:
parent
1dac38fd64
commit
b0a6525bf2
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@ -41,10 +41,10 @@ jobs:
|
|||||||
run: yarn build
|
run: yarn build
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
test:
|
docker:
|
||||||
needs:
|
needs:
|
||||||
- ESLint
|
- eslint
|
||||||
- Build
|
- build
|
||||||
name: Docker Image CI
|
name: Docker Image CI
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -66,7 +66,7 @@ jobs:
|
|||||||
- name: Docker Compose
|
- name: Docker Compose
|
||||||
run: docker-compose up -d
|
run: docker-compose up -d
|
||||||
deployBeta:
|
deployBeta:
|
||||||
needs: 'Docker Image CI'
|
needs: test
|
||||||
name: Deploy Beta
|
name: Deploy Beta
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.ref == 'ref/head/master' && github.event_name == 'push' }}
|
if: ${{ github.ref == 'ref/head/master' && github.event_name == 'push' }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user