Skip to content

Commit

Permalink
add src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kyY00n committed Aug 10, 2023
1 parent 8ab3064 commit 54af543
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
branches:
- development
- sprint/**
pull_request:
branches:
- sprint/4th
jobs:
git-push:
name: build and push
Expand All @@ -20,14 +23,11 @@ jobs:
- uses: borales/actions-yarn@v3.0.0
with:
cmd: build # will run `yarn build` command
- name: ls /dist
shell: bash
run: ls dist
- uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source-directory: dist/
source-directory: /
destination-github-username: 'TeamPiickle'
destination-repository-name: 'express-build'
user-email: dev.kayoung@gmail.com
Expand Down

0 comments on commit 54af543

Please sign in to comment.