diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index b20e910..5215bd8 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -21,6 +21,9 @@ jobs: source .venv/bin/activate pip install --upgrade pip pip install -r requirements.txt + git config --global user.name "Blog Creator" + git config --global user.email "ridgway.infrastructure@gmail.com" + git config --global push.autoSetupRemote true - name: Create .env shell: bash