From fff7f5f3f8f02fff6a94ffcbaf354c5ebd711a5d Mon Sep 17 00:00:00 2001 From: sherlock Date: Fri, 3 Jan 2025 11:29:41 +0100 Subject: [PATCH] update: workflows --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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