Skip to content

NUS-CS1101S/cadet-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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".