mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
ci: fix syntax
This commit is contained in:
parent
7de7da0b47
commit
de70298f7a
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
|||||||
- Docker Image CI
|
- Docker Image CI
|
||||||
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' }}
|
||||||
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