Skip to content

Commit

Permalink
chore: rename build and deploy ci workflow, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cemms1 committed Nov 27, 2023
1 parent f6e4ffb commit 294d589
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Build"
name: Build and deploy

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: DCR Snyk
name: Snyk
on:
schedule:
- cron: '0 6 * * *'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ npm run dev

### Deployment pipeline

There is a CI/CD process setup using teamcity and node-riffraff-artifact. A push/merge into the `main` branch will work it's way over to the following s3 bucket:
There is a CI/CD process via the `Build and deploy` Github workflow. A push/merge into the `main` branch will work it's way over to the following s3 bucket:
`s3://gu-about-us/PROD/gu-about-us-upload/about/`. You can also manually deploy any branch to the CODE environment which will work it's way over to here:
`s3://gu-about-us/CODE/gu-about-us-upload/about/`.

Expand Down

0 comments on commit 294d589

Please sign in to comment.