diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 37706bf..7ac1424 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -30,4 +30,5 @@ jobs: - name: Run Build run: | . $(werf ci-env github --as-file) - werf export web --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_SHA + echo "${{ secrets.STAGE_ENV }}" > .env + werf export web --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_SHA --dev