mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-06-11 01:31:40 -04:00
Problem with cloudnode publishing #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pwlgrzs on GitHub (May 14, 2022).
Good day, I wanted to try publishing to the cloudnode but I am having some issues.
Firstly, readme states to use CLOUDNODE_REPO_URL secret to store URL but publish.yml seems to use CLOUD_REPO_URL, I think this needs to be updated if I am right.
Then, when changed CLOUDNDOE_REPO_URL to CLOUD_REPO_URL I am getting following error when running action:
Run git remote add cloudnode ***
error: src refspec cloud does not match any
error: failed to push some refs to 'https://git.cloudno.de/git/pwlgrzs/git'
Error: Process completed with exit code 1.
Could you please help me debug? Thanks!
@pwlgrzs commented on GitHub (May 14, 2022):
Okay, I should have published to cloud branch, but I am still having an issue here:
error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504
send-pack: unexpected disconnect while reading sideband packet
fatal: the remote end hung up unexpectedly
Everything up-to-date
Error: Process completed with exit code 1.
@pwlgrzs commented on GitHub (May 14, 2022):
It finally started as it should, must have been something between GitHub and Cloudnode.
@a-sync commented on GitHub (May 14, 2022):
hey, thx for reporting the typo in the wiki 👍
on the RPC error: i think you are right. i have seen the same yesterday, but regardless the error the changes got pushed to cloudno.de