Skip to content

refactor and fix bug in ordering #149

refactor and fix bug in ordering

refactor and fix bug in ordering #149

Workflow file for this run

name: Deploy to uat
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- uat
jobs:
deploy:
name: Deploy
uses: ./.github/workflows/deploy.yml
with:
environment: 'uat'
aws-account-id: '964715690079'
cicd-role: 'arn:aws:iam::964715690079:role/plumber-uat-github-oidc-role'
ecr-repository: 'plumber-uat'
ecs-cluster-name: 'plumber-uat-ecs'
ecs-service-name: 'plumber-uat-ecs-service'
codedeploy-application: 'plumber-uat-ecs-app'
codedeploy-deployment-group: 'plumber-uat-ecs-dg'
release-version: ${{ github.sha }}
secrets:
NPM_TASKFORCESH_TOKEN: ${{ secrets.NPM_TASKFORCESH_TOKEN }}