Skip to content

Deployment

Shintaro Jokagi edited this page May 20, 2025 · 7 revisions

Staging:

The staging URL is: https://wdcc-uabc-staging.fly.dev/

Our staging is automatically deployed with Actions whenever a pull request is merged to master, via our CD pipeline.

Alternatively, you may manually deploy it in the Actions tab and run the workflow:

Note

Make sure you're running it on the staging environment

Screenshot 2025-04-12 at 8 33 48 PM

Production

The production URL is: https://uabc.wdcc.co.nz/

Our production is manually deployed within Actions, you can run a manual workflow (remember to change the environment to production):

Screenshot 2025-04-12 at 8 35 30 PM

Storybook

The storybook URL is: https://uoawdcc.github.io/uabc-web/

Our storybook is automatically deployed with Actions whenever a pull request that changes package.json or packages/**.

Configuration

  • Contact WDCC for information about DNS config for the domain

Older reference deployments

Old UABC-Portal staging (use as reference): https://wdcc-uabc.fly.dev/

Old documentation from UABC-Portal (use as reference): https://uoawdcc.github.io/uabc-portal/#introduction

Clone this wiki locally