Skip to content

Commit

Permalink
Merge pull request #287 from dekusms/dev
Browse files Browse the repository at this point in the history
update: workflows
  • Loading branch information
sherlockwisdom authored Jan 3, 2025
2 parents ace313c + fff7f5f commit de56be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de56be8

Please sign in to comment.