Skip to content

Commit

Permalink
build: deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsduf0503 committed May 9, 2023
1 parent d6d608c commit bf90b66
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ jobs:
# ref: deploy-test
- run: ls
- run: ls build/
- run: ls dist/

# - run: ls temp-dist/

# - run: |
# cd $GITHUB_WORKSPACE/
# git config --global user.name "류건열"
# git config --global user.email "rjsduf0503@naver.com"
# git add .
# git commit -m "Deploy to deploy-test"
# git push
- run: |
git config --global user.name "류건열"
git config --global user.email "rjsduf0503@naver.com"
git add dist/
git commit -m "Deploy to deploy-test"
git push
- name: Push to GitHub repository
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit bf90b66

Please sign in to comment.