diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 11e6829f..a30c17a7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: port: ${{ secrets.PORT }} script: | if [[ "${{ github.event_name }}" == "pull_request" && "${{ github.event.pull_request.merged }}" == true && ("${{ github.event.pull_request.base.ref }}" == "staging") ]]; then - deku_stage_0 + /root/digitalocean_ci_cd_app_releases/start.sh else echo "PR is not merged into '${{ github.event.pull_request.base.ref }}'. Workflow will not run." exit 1