diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5ad2241..3374a8a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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