diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 57423b2..0a74f62 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -18,6 +18,6 @@ jobs: - name: Push to dokku uses: dokku/github-action@master with: - branch: 'main' + branch: 'discours' git_remote_url: 'ssh://dokku@v2.discours.io:22/authorizer' ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}