Skip to content

Commit

Permalink
Merge pull request #30 from the-markup/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
dphiffer committed Jul 19, 2024
2 parents 6e37843 + a1ca998 commit 8683153
Show file tree
Hide file tree
Showing 8 changed files with 2,688 additions and 1,047 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/at-will.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/auto-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
uses: actions/checkout@v2

- name: Configure AWS credentials from Test account
uses: aws-actions/configure-aws-credentials@9e1405074160aa259ccddd6ba2520c8cfe6fbefa
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::183122854331:role/github-graphics-staging-upload
aws-region: us-east-1

- uses: actions/setup-node@v2
with:
node-version: "20.5.0"
node-version: "20.15.1"

- run: npm install

Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/develop.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: "Trigger Manual Deploy to Production"

on:
workflow_dispatch:
branches:
- main
on: workflow_dispatch

jobs:
deploy:
Expand All @@ -18,14 +15,14 @@ jobs:
uses: actions/checkout@v2

- name: Configure AWS credentials from Test account
uses: aws-actions/configure-aws-credentials@9e1405074160aa259ccddd6ba2520c8cfe6fbefa
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::183122854331:role/github-graphics-production-upload
aws-region: us-east-1

- uses: actions/setup-node@v2
with:
node-version: "20.5.0"
node-version: "20.15.1"

- run: npm install

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
uses: actions/checkout@v2

- name: Configure AWS credentials from Test account
uses: aws-actions/configure-aws-credentials@9e1405074160aa259ccddd6ba2520c8cfe6fbefa
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::183122854331:role/github-graphics-staging-upload
aws-region: us-east-1

- uses: actions/setup-node@v2
with:
node-version: "20.5.0"
node-version: "20.15.1"

- run: npm install

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.5.0
v20.15.1
Loading

0 comments on commit 8683153

Please sign in to comment.