fixed compute engine deploy back to raw scripts with single quote 04 #21
Annotations
1 error
cicd
google-github-actions/ssh-compute failed with: failed to execute gcloud command `gcloud compute ssh ***@container-runner-main --zone asia-northeast3-a --ssh-key-file /tmp/80ec133f16b58cf0c922b679/google_compute_engine --quiet --tunnel-through-iap --command docker pull ***/botchi-go:branch-5-feat \
&& docker stop $(docker ps -aq) \
&& docker run --rm ***/botchi-go:branch-5-feat \
&& docker image prune -af`: WARNING:
To increase the performance of the tunnel, consider installing NumPy. For instructions,
please see https://cloud.google.com/iap/docs/using-tcp-forwarding#increasing_the_tcp_upload_bandwidth
Warning: Permanently added 'compute.7286609632263358044' (ED25519) to the list of known hosts.
"docker stop" requires at least 1 argument.
See 'docker stop --help'.
Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...]
Stop one or more running containers
|