Skip to content

Commit

Permalink
[Chore] 워크플로우 환경변수 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JIHYUN2EE committed Aug 29, 2024
1 parent 9ae3ad2 commit a87052d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
script: |
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
export DOCKER_USERNAME=${{ secrets.DOCKER_USERNAME }}
docker pull ${{ secrets.DOCKER_USERNAME }}/fitpet:latest
Expand Down

0 comments on commit a87052d

Please sign in to comment.