Skip to content

Commit

Permalink
feat : .env에 name,repository 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sycuuui committed Mar 23, 2024
1 parent 3ac84ab commit 5d90dc7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ jobs:
echo "AWS_SECRET_ACCESS_KEY=${{secrets.AWS_SECRET_KEY}}" >> .env
echo "BUCKET_NAME=${{secrets.BUCKET_NAME}}" >> .env
echo "REGION_NAME=${{secrets.REGION_NAME}}" >> .env
- name: Set up Docker Compose
run: |
echo "DOCKERHUB_NAME=${{ secrets.DOCKERHUB_NAME }}" >> $GITHUB_ENV
echo "DOCKERHUB_REPOSITORY=${{ secrets.DOCKERHUB_REPOSITORY }}" >> $GITHUB_ENV
echo "DOCKERHUB_NAME=${{secrets.DOCKERHUB_NAME}}" >> .env
echo "DOCKERHUB_REPOSITORY=${{secrets.DOCKERHUB_REPOSITORY}}" >> .env
- name: Install dependencies
run: |
Expand Down

0 comments on commit 5d90dc7

Please sign in to comment.