Skip to content

Xalgorithms/service-author-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

Back-end for the Xalgo Authoring application.

Deployment

git clone -b env https://github.com/Xalgorithms/service-author-github.git
cd service-author-github
touch app.yaml
gcloud app deploy
  • Populate app.yaml
runtime: nodejs
env: flex

# This sample incurs costs to run on the App Engine flexible environment.
# The settings below are to reduce costs during testing and are not appropriate
# for production use. For more information, see:
# https://cloud.google.com/appengine/docs/flexible/nodejs/configuring-your-app-with-app-yaml
manual_scaling:
  instances: 1
resources:
  cpu: 1
  memory_gb: 0.5
  disk_size_gb: 10
env_variables:
  APP_ID: 13982
  OWNER: "hpilosyan"
  REPO: "libgit2-test"
  GITHUB_PRIVATE_KEY: ""
  FIREBASE_PRIVATE_KEY: ''

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •