Skip to content

ilkerispir/platform-as-a-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platform as a service(PaaS) Examples

YAML File

  runtime: nodejs16

Deploy Command

  gcloud app deploy

Images

Choose region

1

Approve

2

Completed

3

Prove

4

GCP Console Interface

4

Deploy Command

  eb create my-app

Images

Deploy

1

Prove

2

Aws Console Interface

3

Deploy Command

  az webapp up --name ilker

Images

Deploy

1

Prove

2

Azure Console Interface

3

Procfile File

  web: npm start

Create Project

  heroku create

Push to Heroku Repo

  git push heroku HEAD

Images

Create Project

1

Deploy

2

Prove

2

Heroku Console Interface

4

Config.json

  {
    "version": 2,
    "builds": [
        {
            "src": "./index.js",
            "use": "@vercel/node"
        }
    ],
    "routes": [
        {
            "src": "/(.*)",
            "dest": "/"
        }
    ]
  }

Deploy Command

  vercel

Images

Deploy

2

Prove

2

Vercel Console Interface

4

Authors

About

Platform as a service(PaaS) Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published