Skip to content

Commit

Permalink
chore: 인스턴스 값 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Jan 2, 2025
1 parent 9e132ee commit e40b1ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/aws-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
else
echo "DEPLOY_TARGET=development" >> $GITHUB_OUTPUT
echo "INSTANCE=${{ secrets.AWS_DEV_INSTANCE_HOST }}" >> $GITHUB_OUTPUT
cat $GITHUB_OUTPUT
fi
build:
Expand Down Expand Up @@ -162,6 +161,10 @@ jobs:
run: |
tar -cvzf layer-api.tar.gz ./layer-api/infra/${{ env.DEPLOY_TARGET }}/
- name: Debug Environment Variables
run: |
echo "INSTANCE: ${{ env.INSTANCE }}"
- name: Send Docker Compose
uses: appleboy/scp-action@master
with:
Expand Down

0 comments on commit e40b1ab

Please sign in to comment.