mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 22:10:24 +00:00
ci: fix
This commit is contained in:
parent
8a6cb30135
commit
0f48fa56c7
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
|||||||
needs: docker
|
needs: docker
|
||||||
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 == 'refs/heads/master'
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: appleboy/ssh-action@master
|
uses: appleboy/ssh-action@master
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user