Skip to content

Commit 7017501

Browse files
committed
feat(env): adapts env vars to naming conventions
1 parent 201b3d1 commit 7017501

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/frontend_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
AWS_DEPLOYMENT_ROLE_ARN: ${{ secrets.AWS_DEPLOYMENT_ROLE_ARN }}
9797
with:
9898
version: ${{ needs.semantic-release.outputs.version }}
99-
environment: ${{ github.ref == 'refs/heads/develop' && 'develop' || 'integration' }}
99+
environment: ${{ github.ref == 'refs/heads/develop' && 'dev' || 'int' }}
100100
aws-region: ${{ inputs.aws-region }}
101101
frontend-s3-bucket: ${{ inputs.frontend-s3-bucket }}
102102
cloudfront-distribution-id: ${{ inputs.cloudfront-distribution-id }}

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ This repository contains reusable GitHub Actions workflows for CI/CD pipelines.
1010

1111
### 🌍 Available Environments
1212

13-
- `develop`
14-
- `integration`
15-
- `production`
13+
- `dev`
14+
- `int`
15+
- `prod`
1616

1717
---
1818

1919
### 🔧 Installation
20-
1. For deployment pipeline make sure the Github App: GH-ORG-APP-TOKEN-READ-WRITE is installed in your repository and the required org secrets are configured (see below).
20+
1. For deployment pipelines make sure the Github App: GH-ORG-APP-TOKEN-READ-WRITE is installed in your repository and the required org secrets are configured (see below).
2121
2. For Gitleaks make sure that the Github App: GH-ORG-GITLEAKS is installed in your repository and the required org secrets are configured (see below).
2222
3. Install one of the workflows as described below and adjust it to your needs.
2323

0 commit comments

Comments
 (0)