ssh-action icon indicating copy to clipboard operation
ssh-action copied to clipboard

All commands Sucess, but show up "err: "

Open webbyus opened this issue 9 months ago • 3 comments

image

webbyus avatar Sep 25 '23 23:09 webbyus

Same issue here. with [email protected]

======CMD======
set -e
cd my_project
git pull origin main
/home/***/.cargo/bin/cargo build --release
echo 'Deployment successful'

======END======
err: From github.com:****/****
err:  * branch            main       -> FETCH_HEAD
err:    0b[21](*****#step:3:22)****  main       -> origin/main
out: Updating 0b210d1..be63a57
out: Fast-forward
out:  .github/workflows/deploy.yml | 1 +
out:  1 file changed, 1 insertion(+)
err:     Finished release [optimized] target(s) in 0.11s
out: Deployment successful to digital ocean
==============================================
✅ Successfully executed commands to all host.
==============================================

Any idea @appleboy ?

alak avatar Nov 02 '23 15:11 alak

it really causing confusions, I must have to change something on view to check whether the deployment successes.

b0o0d avatar Mar 01 '24 06:03 b0o0d

same with wget

Bumer-32 avatar May 11 '24 22:05 Bumer-32