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 721f0bd commit 22ae943
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jobs:

# - run: ls temp-dist/

- name: Push to GitHub repository
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GIT_AUTH_TOKEN }}
directory: dist/
branch: deploy-test
- run: |
git config --global user.name "류건열"
git config --global user.email "rjsduf0503@naver.com"
Expand All @@ -60,9 +66,3 @@ jobs:
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:
github_token: ${{ secrets.GIT_AUTH_TOKEN }}
directory: dist/
branch: deploy-test

0 comments on commit 22ae943

Please sign in to comment.