Skip to content

Commit c7b6dbb

Browse files
committed
Do not fail entire deployment if an example failed to deploy
1 parent 0af76b0 commit c7b6dbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy_examples.yml

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
echo "sst outputs file not found. Exiting."
6060
exit 1
6161
fi
62+
continue-on-error: true
6263

6364

6465
- name: Deploy NextJs example
@@ -72,6 +73,7 @@ jobs:
7273
echo "sst outputs file not found. Exiting."
7374
exit 1
7475
fi
76+
continue-on-error: true
7577

7678
- name: Add comment to PR
7779
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)