Skip to content

Commit

Permalink
Merge pull request #131 from guardian/cemms1/tidy-up
Browse files Browse the repository at this point in the history
Remove unused dependency and update CICD docs
  • Loading branch information
cemms1 authored Nov 27, 2023
2 parents 57fd15a + be6846c commit e7a16fe
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 2,229 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 Expand Up @@ -31,7 +31,8 @@ jobs:
- uses: guardian/actions-riff-raff@v2
with:
app: "about-us"
configPath: riff-raff.yaml
buildNumberOffset: 35
configPath: riff-raff.yaml
contentDirectories: |
gu-about-us-upload:
- out
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
Loading

0 comments on commit e7a16fe

Please sign in to comment.