diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 9142145..fd91411 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,6 +11,13 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Create .env file + run: | + cat > .env <