diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 82751a1..d9235db 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -81,4 +81,4 @@ jobs: REMOTE_PATH="${{ secrets.WINSOMNIA_INFRA_ROOT }}/${{ needs.build-and-push.outputs.repo_slug }}/${{ needs.build-and-push.outputs.deploy_env }}" ssh ${{ secrets.WINSOMNIA_DEPLOY_USER }}@${{ secrets.WINSOMNIA_DEPLOY_HOST }} \ - "bash ${REMOTE_PATH}/deploy.sh '${{ needs.build-and-push.outputs.image }}'" \ No newline at end of file + "${REMOTE_PATH}/deploy.sh '${{ needs.build-and-push.outputs.image }}'" \ No newline at end of file