Skip to content

Commit

Permalink
๐Ÿ™€ chore: ํ•ฉ์น˜๊ธฐ ์ „ ์„ค์ • ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Honghyeonji committed Jan 21, 2025
1 parent c0d7400 commit 9611587
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/boolock-dev-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
TYPE=test
deploy:
# if: github.event_name == 'push'
if: github.event_name == 'push'
needs: build
runs-on: ubuntu-latest
steps:
Expand All @@ -91,8 +91,8 @@ jobs:
script: |
cd boolock/refactor-web31-BooLock
git fetch origin
git checkout HOTFIX/28
git pull origin HOTFIX/28
git checkout dev
git pull origin dev
echo "DOCKERHUB_USERNAME=${{ secrets.DOCKERHUB_USERNAME }}" > .env
echo "${{ secrets.DOCKERHUB_ACCESS_TOKEN }}" | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
Expand Down

0 comments on commit 9611587

Please sign in to comment.