Skip to content

Commit

Permalink
Chore : 환경변수 출력
Browse files Browse the repository at this point in the history
  • Loading branch information
lhw414 committed Jan 2, 2024
1 parent 810d92d commit ea63dfa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG"
- name: Print environment variables
run: |
echo "Image Tag: $IMAGE_TAG"
echo "ECR Registry: $ECR_REGISTRY"
echo "ECR Repository: $ECR_REPOSITORY"
- name: Deploy to EC2
uses: appleboy/ssh-action@master
with:
Expand Down

0 comments on commit ea63dfa

Please sign in to comment.