Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 891 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 891 Bytes

cadet-frontend CS1101S deployment

This repository contains deployment scripts for the CS1101S staging and production deployments of cadet-frontend.

The master branch contains the GitHub workflow file. The actual frontend source should be pushed to any other branch.

To deploy:

  1. Push the commit(s) you want to deploy to the deploy branch (or any other branch) on this repository.

  2. Go to the "Deploy cadet-frontend" workflow on this repository.

  3. Click on "Run workflow" and fill in the environment (stg or prod) and ref (the branch name or commit hash) to deploy.

    Screenshot

  4. Verify you've keyed in the correct environment.

  5. 🤞 Cross your fingers and hit the green "Run workflow".