This commit is contained in:
원더 2021-01-13 22:31:06 +09:00
parent 8a6cb30135
commit 0f48fa56c7

View File

@ -69,7 +69,7 @@ jobs:
needs: docker
name: Deploy Beta
runs-on: ubuntu-latest
if: ${{ github.ref == 'ref/head/master' && github.event_name == 'push' }}
if: github.ref == 'refs/heads/master'
steps:
- name: Deploy
uses: appleboy/ssh-action@master