chore: rename M365_EXCEL_STEPS_DRIP_PERIOD_MS #255
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy to staging | |
concurrency: | |
group: ${{ github.ref }} | |
cancel-in-progress: true | |
on: | |
push: | |
branches: | |
- staging-v2 | |
jobs: | |
deploy: | |
name: Deploy | |
uses: ./.github/workflows/deploy.yml | |
with: | |
environment: 'staging' | |
aws-account-id: '964715690079' | |
cicd-role: 'arn:aws:iam::964715690079:role/plumber-staging-github-oidc-role' | |
ecr-repository: 'plumber-staging' | |
ecs-cluster-name: 'plumber-staging-ecs' | |
ecs-service-name: 'plumber-staging-ecs-service' | |
codedeploy-application: 'plumber-staging-ecs-app' | |
codedeploy-deployment-group: 'plumber-staging-ecs-dg' | |
release-version: ${{ github.sha }} | |
secrets: | |
NPM_TASKFORCESH_TOKEN: ${{ secrets.NPM_TASKFORCESH_TOKEN }} |