From 2135dc6a82708ba2d857c196d3a3e5ac942ced94 Mon Sep 17 00:00:00 2001 From: sherlock Date: Fri, 3 Jan 2025 11:32:38 +0100 Subject: [PATCH] update: workflow --- .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 83de3fc7..0933bcd1 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 - cd /root/digitalocean_ci_cd_app_releases && start.sh + cd /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