From 501031b316324d0fd7a51a42078f1f49d13d4349 Mon Sep 17 00:00:00 2001 From: eunhak Date: Thu, 23 May 2024 20:37:00 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20cd=20=3D>=20env=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 58fcc41..be4968b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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