Skip to content

Commit

Permalink
log parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Sep 25, 2024
1 parent 56b40ce commit 5df86d3
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,27 @@ jobs:
fetch-depth: 0
fetch-tags: true

- name: "Log parameters"
shell: bash
run: |
echo "CLOUD_FORMATION_STACK: ${{inputs.CLOUD_FORMATION_STACK}}"
echo "CLOUD_FORMATION_TEMPLATE_FILE: ${{inputs.CLOUD_FORMATION_TEMPLATE_FILE}}"
echo "DOCKER_APP_OWNER: ${{inputs.DOCKER_APP_OWNER}}"
echo "DOCKER_APP_NAME: ${{inputs.DOCKER_APP_NAME}}"
echo "BUILD_VERSION: ${{inputs.BUILD_VERSION}}"
echo "API_HOST: ${{inputs.API_HOST}}"
echo "API_PREFIX: ${{inputs.API_PREFIX}}"
echo "AWS_LOAD_BALANCER_HOSTNAME: ${{inputs.AWS_LOAD_BALANCER_HOSTNAME}}"
echo "AWS_CONTAINER_REGISTRY: ${{inputs.AWS_CONTAINER_REGISTRY}}"
echo "AWS_LOAD_BALANCER_PRIORITY: ${{inputs.AWS_LOAD_BALANCER_PRIORITY}}"
- name: "Configure AWS Credentials"
uses: aws-actions/[email protected]
with:
aws-access-key-id: ${{secrets.AWS_DOCKER_CONTAINER_REGISTRY_ACCESS_KEY_ID}}
aws-secret-access-key: ${{secrets.AWS_DOCKER_CONTAINER_REGISTRY_SECRET_ACCESS_KEY}}
aws-region: ${{vars.AWS_REGION}}

## AWS_CONTAINER_REGISTRY: ${{vars.AWS_CONTAINER_REGISTRY}}
- name: "Cloudformation Deploy"
uses: ./.github/actions/cloudformation-deploy
with:
Expand Down

0 comments on commit 5df86d3

Please sign in to comment.