diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 0fd6c10..139ea33 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -33,7 +33,7 @@ jobs: key: ${{ steps.tsru-npm.outputs.cache-primary-key }} - name: Populate the .env file - run: echo PUBLIC_TS_DISCORD=${{ env.PUBLIC_TS_DISCORD }} >> .env + run: echo "TEST PUBLIC_TS_DISCORD=${{ env.PUBLIC_TS_DISCORD }}"; echo "PUBLIC_TS_DISCORD=${{ env.PUBLIC_TS_DISCORD }}" >> .env - name: Build frontend run: npm run build