diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index f539ab4..e19930f 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -27,9 +27,9 @@ jobs: id: branch_name run: echo "::set-output name=branch::$(echo ${GITHUB_REF##*/})" - - name: Push to dokku + - name: Push to v2.discours.io server uses: dokku/github-action@master with: branch: 'main' - git_remote_url: 'ssh://dokku@v2.discours.io:22/${{ steps.repo_name.outputs.repo }}' + git_remote_url: 'ssh://dokku@v2.discours.io:22/crdt-server' ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}