Skip to content

Commit

Permalink
🔨 fix deploy code
Browse files Browse the repository at this point in the history
  • Loading branch information
KMUlee committed May 11, 2024
1 parent 6a71920 commit f720d47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
echo "CLIENT_SECRET=${{ secrets.CLIENT_SECRET }}" >> ./.env
echo "CALLBACK_URL=${{ secrets.CALLBACK_URL }}" >> ./.env
echo "JWT_SECRET_KEY=${{ secrets.JWT_SECRET_KEY }}" >> ./.env
echo "AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }}" >> ./.env
echo "AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }}" >> ./.env
echo "AWS_REGION=${{ secrets.AWS_REGION }}" >> ./.env
echo "AWS_BUCKET_NAME=${{ secrets.AWS_BUCKET_NAME }}" >> ./.env
# 도커 메타
- name: Docker meta
Expand Down

0 comments on commit f720d47

Please sign in to comment.