Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 384 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 384 Bytes

VMScripts

This repo is used as a backup for my GCP VM startup scripts

Running

Store all the scripts in /root/

Add the startup script Custom metadata to the GCP vm as:

Key: startup-script Value: /root/start_server.bash

Testing script

Test to see if GCP startup script added properly with

sudo google_metadata_script_runner --script-type startup --debug