aausch / hexo-deployer-appengine

Hexo plugin for deploying to appengine, password protected optionally.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#hexo deployment to Google AppEngine

You need to have google cloud sdk already installed.

Download from: https://cloud.google.com/sdk/

Or install: curl https://cloud.google.com/sdk/ | bash

Also, you need to have setup your appengine project and authorized gcloud.

Setup your project on appengine at: https://console.developers.google.com/project

Authorize gcloud with: gcloud auth login

Add the new deploy to your _deploy.yaml

## Docs: http://hexo.io/docs/deployment.html
deploy:
  type: appengine
  project: required_project_name
  version: optional_version_name
  password: optional_password
  # dryrun: true # useful for testing appengine locally

About

Hexo plugin for deploying to appengine, password protected optionally.


Languages

Language:Go 52.9%Language:JavaScript 47.1%