diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index be4968b..58fcc41 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -18,8 +18,6 @@ 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