fixed compute engine deploy command back to raw commands #10
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/c886aafeb9348934f31fe219/google_compute_engine --quiet --tunnel-through-iap --command "docker pull $IMAGE_TAG \
&& docker stop $(docker ps -aq) \
&& docker run $(IMAGE_TAG) \
&& docker image prune -a"`: 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.
bash: line 4: IMAGE_TAG: command not found
bash: line 4: docker pull && docker stop && docker run && docker image prune -a: command not found
|