infernet-deploy icon indicating copy to clipboard operation
infernet-deploy copied to clipboard

fix bug. change deploy_tar to deploy-tar

Open zt-9 opened this issue 1 year ago • 0 comments

according to the script in the file procure/gcp/scripts/node.tpl

curl http://metadata.google.internal/computeMetadata/v1/instance/attributes/deploy-tar -H "Metadata-Flavor: Google"| base64 --decode > deploy.tar.gz

The file name should be deploy-tar instead of deploy_tar

zt-9 avatar Jun 28 '24 22:06 zt-9