Skip to content

Commit

Permalink
Do not fail entire deployment if an example failed to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-dp committed Dec 9, 2024
1 parent 0af76b0 commit c7b6dbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
echo "sst outputs file not found. Exiting."
exit 1
fi
continue-on-error: true


- name: Deploy NextJs example
Expand All @@ -72,6 +73,7 @@ jobs:
echo "sst outputs file not found. Exiting."
exit 1
fi
continue-on-error: true

- name: Add comment to PR
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit c7b6dbb

Please sign in to comment.