This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
Release and Update Manifests #1612
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: Release and Update Manifests | |
on: | |
push: | |
branches: | |
- master | |
workflow_dispatch: | |
workflow_run: | |
workflows: ["Push image to ECR when changes are pushed to master"] | |
types: [completed] | |
jobs: | |
deploy: | |
uses: department-of-veterans-affairs/platform-console-api/.github/workflows/deploy-template.yml@master | |
with: | |
ecr_repository: 'platform-console' | |
manifests_directory: 'vsp-tools-backend/platform-console-api' | |
auto_deploy_envs: 'utility' | |
secrets: | |
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }} | |
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} |