Skip to content

Commit 6b0f1c6

Browse files
committed
build: cleanups
1 parent ba8ec86 commit 6b0f1c6

3 files changed

Lines changed: 16 additions & 22 deletions

File tree

.github/workflows/build-test-deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ on:
1414
type: string
1515
required: true
1616

17-
env:
18-
AWS_REGION: eu-north-1
19-
2017
jobs:
2118
build-test-deploy:
2219
name: Build, test and deploy ${{ inputs.environment }}
@@ -25,8 +22,6 @@ jobs:
2522
id-token: write
2623
contents: read
2724
environment: ${{ inputs.environment }}
28-
outputs:
29-
url: ${{ steps.pulumi.outputs.url }}
3025
steps:
3126
- uses: actions/checkout@v3
3227
- name: Use Node.js

.github/workflows/deploy-dev.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: "Dev: build, test and deploy"
1+
name: 'Dev: build, test and deploy'
22
on:
3-
push:
4-
branches: ["main"]
5-
workflow_dispatch:
3+
push:
4+
branches: ['main']
5+
workflow_dispatch:
66

77
jobs:
8-
deploy-dev:
9-
uses: Virtual-Finland-Development/codesets/.github/workflows/build-test-deploy.yml@main
10-
secrets: inherit
11-
with:
12-
environment: dev
8+
deploy-dev:
9+
uses: Virtual-Finland-Development/codesets/.github/workflows/build-test-deploy.yml@main
10+
secrets: inherit
11+
with:
12+
environment: dev
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
name: "Staging: build, test and deploy"
1+
name: 'Staging: build, test and deploy'
22
on:
3-
workflow_dispatch:
4-
branches: ["main"]
3+
workflow_dispatch:
54

65
jobs:
7-
deploy-staging:
8-
uses: Virtual-Finland-Development/codesets/.github/workflows/build-test-deploy.yml@main
9-
secrets: inherit
10-
with:
11-
environment: staging
6+
deploy-staging:
7+
uses: Virtual-Finland-Development/codesets/.github/workflows/build-test-deploy.yml@main
8+
secrets: inherit
9+
with:
10+
environment: staging

0 commit comments

Comments
 (0)