Skip to content

Merge pull request #10 from soolung/hanul #41

Merge pull request #10 from soolung/hanul

Merge pull request #10 from soolung/hanul #41

Workflow file for this run

name: Build & Deploy DJ Simblue
on:
push:
branches: [dist]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Github remote
run: git remote set-url origin [email protected]:kimhyerin0909/dj-simblue.git
# run: git config --global url.https://${{ secrets.GITHUB_TOKEN }}@github.com/.insteadOf https://github.com/
- name: Install and Build 🔧
run: |
yarn install
yarn deploy-storybook -- --ci
env:
GITHUB_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}