diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 57baa7d..f6abcb7 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -17,6 +17,14 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Write .env + run: | + cat > .env << EOF + OUTLINE_URL=http://172.29.0.7:3000 + OUTLINE_TOKEN=${{ secrets.OUTLINE_TOKEN }} + TS_AUTHKEY=${{ secrets.TS_AUTHKEY }} + EOF + - name: Deploy with docker compose run: | echo "=== Deploying commit ${{ gitea.sha }} to ${{ gitea.ref_name }} ==="