Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
fix: test syntax update
Browse files Browse the repository at this point in the history
  • Loading branch information
LindseySaari committed Feb 8, 2022
1 parent 9f93cfe commit 4892e6b
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
deploy:
uses: department-of-veterans-affairs/platform-console-api/.github/workflows/templates/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 }}
name: Release and Update Manifests
on:
push:
branches:
- lhattamer-gha-reusable-workflows

jobs:
deploy:
uses: department-of-veterans-affairs/platform-console-api/.github/workflows/templates/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 }

0 comments on commit 4892e6b

Please sign in to comment.