Skip to content

Commit 9b4cbbb

Browse files
committed
Adding echo commands
1 parent c0a59e5 commit 9b4cbbb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-to-dev.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
- id: vars
1717
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
1818

19+
- name: Echo Docker Repository
20+
run: |
21+
echo "Docker Repository: $DOCKER_REPO"
22+
1923
- uses: aws-actions/configure-aws-credentials@v1-node16
2024
with:
2125
aws-access-key-id: ${{ secrets.DEPLOY_AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)