ci: fixup

This commit is contained in:
Jakob Schnitzer 2021-09-18 12:33:19 +02:00
parent 98ed6a5f4b
commit 9a718580f7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Run tox to build site - name: Run tox to build site
run: tox run: tox
- name: Deploy - name: Deploy
if: github.event == 'push' if: github.event_name == 'push'
env: env:
LEKTOR_DEPLOY_USERNAME: ${{ secrets.LEKTOR_DEPLOY_USERNAME }} LEKTOR_DEPLOY_USERNAME: ${{ secrets.LEKTOR_DEPLOY_USERNAME }}
LEKTOR_DEPLOY_PASSWORD: ${{ secrets.LEKTOR_DEPLOY_PASSWORD }} LEKTOR_DEPLOY_PASSWORD: ${{ secrets.LEKTOR_DEPLOY_PASSWORD }}