Skip to content

Commit

Permalink
feat: cd => env 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed May 23, 2024
1 parent 3fd34fa commit 501031b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: apk add ruby && gem install mustache
- name: creates output
run: sh ./build.sh
- name: Create .env file
run: echo "${{ secrets.ENV_CONTENTS }}" > output/.env
- name: Pushes to another repository
id: push_directory
uses: cpina/github-action-push-to-another-repository@main
Expand Down

0 comments on commit 501031b

Please sign in to comment.