Skip to content

Commit

Permalink
build: deploy build 세팅 보완 [#58]
Browse files Browse the repository at this point in the history
  • Loading branch information
j2h30728 authored Apr 18, 2024
1 parent 6178969 commit 73394ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/git-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
container: pandoc/latex
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: Install mustache (to update the date)
run: apk add ruby && gem install mustache
- name: creates output
Expand All @@ -25,6 +29,6 @@ jobs:
destination-repository-name: meong-story-FE
user-email: ${{ secrets.OFFICIAL_ACCOUNT_EMAIL }}
commit-message: ${{ github.event.commits[0].message }}
target-branch: main
target-branch: dev
- name: Test get variable exported by push-to-another-repository
run: echo $DESTINATION_CLONED_DIRECTORY

0 comments on commit 73394ec

Please sign in to comment.