How to write Cloud Build yaml file to copy my nodejs code to GCP VM

前端 未结 0 1761
挽巷
挽巷 2020-11-28 19:26
- name: \'ubuntu\'
  entrypoint: \'bash\'
  args:
  - \'-c\'
  - |
    chmod 777 sshKeyFilePath && apt update &&  apt install openssh-client -y &         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题