Skip to content

Premvikash/static-php-webpage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Its simple appengine project to be used under google cloud to have one html page running

Set the project name locally in my case its prem-u

$gcloud config set project prem-u

Create the appengine to be used for deployment

$gcloud app create

Deploy the app.yaml file into above created appengine in project prem-u

$gcloud app deploy app.yaml --project prem-u

To check logs

$gcloud app logs tail -s default

To browse the deployed application in browser

$gcloud app browse

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published