Skip to content

Add a trip id data attribute (#1820) #634

Add a trip id data attribute (#1820)

Add a trip id data attribute (#1820) #634

Workflow file for this run

# Deploy to dev on merge or push into master
name: "Deploy: master branch"
on:
push:
branches: [master]
concurrency:
group: dev
cancel-in-progress: true
jobs:
auto:
uses: ./.github/workflows/use-deploy-ecs.yml
with:
deployment-env: dev
secrets:
aws-role-arn: ${{ secrets.AWS_ROLE_ARN }}
docker-repo: ${{ secrets.DOCKER_REPO }}
notify:
needs: [auto]
uses: ./.github/workflows/use-notify-slack.yml
if: ${{ !cancelled() }}
secrets:
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
with:
job-status: ${{ needs.auto.result }}
success-message: |
:ballot_box_with_check: `dev` updated to latest commit on master
failure-message: |
:ballot_box_with_check: `dev` not updated to latest commit on master