Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

gcloud app deploy

#Step 1
gcloud app create

#Step2 i.e any github proect link, this is for sample

git clone 
    https://github.com/GoogleCloudPlatform/golang-samples
    
#Step 3 i.e change directory to

cloudshell workspace 
    golang-samples/appengine/go11x/helloworld
    
#step 4 i.e in this directory, open new terminal from workspace
# and run below command

go run .

#Step 4 i.e o web preview open port 8080

#Step 5 i.e In Cloud Shell, configure gcloud to use your project:

gcloud config set project 
    lofty-seer-345213
    
#Step 6 i.e app deploy, run below command

gcloud app deploy
Comment

PREVIOUS NEXT
Code Example
Shell :: git command to create a branch from another branch 
Shell :: bash how to run remote command 
Shell :: sed add word to end of line 
Shell :: sudo apt-get ignore errors 
Shell :: # /bin/bash for launching ec2 
Shell :: install packages from pipfile 
Shell :: codeigniter 4 migrate 
Shell :: git remote repository not found vs code 
Shell :: jitsi run pod ios app !] Invalid `Podfile` file: cannot load such fil 
Shell :: debian get minor version 
Shell :: install rethinkdb on ubuntu 
Shell :: git merge squash 
Shell :: push an existing repository 
Shell :: bash merge pdf 
Shell :: bash replace comma with newline 
Shell :: install pybind ubuntu 
Shell :: install gitlab runner on centos 
Shell :: check branches git 
Shell :: arch linxu 
Shell :: wsl 
Shell :: powershell select unique 
Shell :: ubuntu open all port 
Shell :: download ubuntu 16.04 iso 64-bit 
Shell :: ubuntu wsl go to desktop 
Shell :: bash count elements in string 
Shell :: install tar.xz in ubuntu 20.4 
Shell :: edit path linux 
Shell :: conda install pandas 
Shell :: how to increase font size in elementary os 
Shell :: how to install apt 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =