Skip to content

Commit

Permalink
Merge pull request #232 from Sahil-Connect/dev-workflows
Browse files Browse the repository at this point in the history
feat: update inputs
  • Loading branch information
Emmanuel-Melon authored Dec 11, 2024
2 parents e811bad + 15eb2f0 commit adba75e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/sahil-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,19 @@ on:
push:
branches: ["develop", "main"]

env:
PATH_TO_DOCKERFILE: infra/docker/Dockerfile.website
DOCKER_BUILD_DIR: .
IMAGE_TAG: sahil-website
LIFECYCLE_POLICY_FILE: policy.json
BACKEND_S3_BUCKET: sahil-terraform-state-bucket
BACKEND_IAM_ROLE: workload-assumable-role
GITHUB_IAM_ROLE: github-actions-role
AWS_ACCOUNT_ID: 060795911441
AWS_REGION: eu-west-1
BACKEND_DYNAMODB_TABLE: sahil-terraform-table-locks


# concurrency required to avoid terraform lock contention during ECR provisioning
concurrency: ci-${{ github.repository }}-website-docker-pipeline

Expand Down

0 comments on commit adba75e

Please sign in to comment.