Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
GAE Standard environment
Browse files Browse the repository at this point in the history
  • Loading branch information
agektmr committed Jun 14, 2018
1 parent 0f85588 commit 91352b8
Show file tree
Hide file tree
Showing 5 changed files with 10,493 additions and 3,106 deletions.
17 changes: 17 additions & 0 deletions .gcloudignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This file specifies files that are *not* uploaded to Google Cloud Platform
# using gcloud. It follows the same syntax as .gitignore, with the addition of
# "#!include" directives (which insert the entries of the given .gitignore-style
# file at that point).
#
# For more information, run:
# $ gcloud topic gcloudignore
#
.gcloudignore
# If you would like to upload your .git directory, .gitignore file or files
# from your .gitignore file, remove the corresponding line
# below:
.git
.gitignore

# Node.js dependencies:
node_modules/
10 changes: 5 additions & 5 deletions app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
runtime: nodejs
env: flex
automatic_scaling:
min_num_instances: 1
max_num_instances: 2
runtime: nodejs8

handlers:
- url: /.*
script: server.js
Loading

0 comments on commit 91352b8

Please sign in to comment.