mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 01:57:03 +02:00
Merge branch 'main' into nmb/state-machine
This commit is contained in:
commit
e4ca145b1e
2 changed files with 9 additions and 0 deletions
5
.github/workflows/deploy.yaml
vendored
5
.github/workflows/deploy.yaml
vendored
|
@ -4,8 +4,13 @@ name: Build and deploy
|
|||
# a merged pull request) and on pushes of tagged commits.
|
||||
|
||||
# Pushes to main will deploy to Staging
|
||||
# This will also deploy nightly
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# 3am UTC
|
||||
- cron: '0 3 * * *'
|
||||
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
|
|
|
@ -113,6 +113,10 @@ Within the `registrar/assets` folder, the `_theme` folder contains three files i
|
|||
|
||||
You can also compile the sass at any time using `npx gulp compile`. Similarly, you can copy over other static assets (images and javascript files), using `npx gulp copyAssets`.
|
||||
|
||||
## Nightly Builds
|
||||
|
||||
We run a deploy to staging from `main` nightly. You can see the deploys [here](https://github.com/cisagov/getgov/actions/workflows/deploy.yaml).
|
||||
|
||||
## Finite State Machines
|
||||
|
||||
In an effort to keep our domain logic centralized, we are representing the state of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue