This repository was archived by the owner on May 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111 name : Build
12- runs-on : Runner_16cores_Deriv-app # TODO: Replace this with the appropriate runner for Deriv-Api-Docs when provided
12+ runs-on : ubuntu-latest # TODO: Replace this with the appropriate runner for Deriv-Api-Docs when provided
1313 steps :
1414 - name : Checkout
1515 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 77 build_and_publish :
88 name : Builds and Publishes to Cloudflare Pages Production
99 environment : Production
10- runs-on : Runner_16cores_Deriv-app # TODO: Replace this with the appropriate runner for Deriv-Api-Docs when provided
10+ runs-on : ubuntu-latest # TODO: Replace this with the appropriate runner for Deriv-Api-Docs when provided
1111 steps :
1212 - name : Checkout
1313 uses : actions/checkout@v4
2727 send_slack_notification :
2828 name : Send Slack Notification
2929 environment : Production
30- runs-on : Runner_16cores_Deriv-app # TODO: Replace this with the appropriate runner for Deriv-Api-Docs when provided
30+ runs-on : ubuntu-latest # TODO: Replace this with the appropriate runner for Deriv-Api-Docs when provided
3131 if : always()
3232 needs :
3333 - build_and_publish
Original file line number Diff line number Diff line change 66jobs :
77 build_and_publish :
88 name : Builds and Publishes to Cloudflare Pages Staging
9- runs-on : Runner_16cores_Deriv-app # TODO: Replace this with the appropriate runner for Deriv-Api-Docs when provided
9+ runs-on : ubuntu-latest # TODO: Replace this with the appropriate runner for Deriv-Api-Docs when provided
1010 environment : Staging
1111 steps :
1212 - name : Checkout
You can’t perform that action at this time.
0 commit comments