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