Skip to content

Commit

Permalink
Logging stack deployment details
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Oct 7, 2024
1 parent 3ec5957 commit 1f3e300
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,14 @@ jobs:
AWS_LOAD_BALANCER_HOSTNAME: ${{inputs.AWS_LOAD_BALANCER_HOSTNAME}}
AWS_LOAD_BALANCER_PRIORITY: ${{inputs.AWS_LOAD_BALANCER_PRIORITY}}
AWS_CONTAINER_REGISTRY: ${{inputs.AWS_CONTAINER_REGISTRY}}

- name: "Log Build Version"
uses: actions/[email protected]
with:
script: |
core.info('Application: \u001b[38;5;6m${{env.DOCKER_APP_OWNER}}\\${{env.DOCKER_APP_NAME}}');
core.info('Version: \u001b[38;5;6m${{env.BUILD_VERSION}}');
core.info('Stack: \u001b[38;5;6m${{env.CLOUD_FORMATION_STACK}}');
core.notice('Application: ${{env.DOCKER_APP_OWNER}}\\${{env.DOCKER_APP_NAME}}');
core.notice('Version: ${{env.BUILD_VERSION}}');
core.notice('Stack: ${{env.CLOUD_FORMATION_STACK}}');

0 comments on commit 1f3e300

Please sign in to comment.