ci: fix syntax

This commit is contained in:
원더 2021-01-13 22:03:56 +09:00
parent 7de7da0b47
commit de70298f7a

View File

@ -66,7 +66,7 @@ jobs:
- Docker Image CI
name: Deploy Beta
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:
- name: Deploy
uses: appleboy/ssh-action@master