diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7543042..d3978c2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,5 +18,5 @@ jobs: - name: Push to dokku uses: dokku/github-action@master with: - git_remote_url: 'ssh://dokku@calones.xyz/rowblox' + git_remote_url: 'ssh://dokku@calones.xyz/rowblox-sitetest' ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}