Created
June 28, 2020 11:22
-
-
Save evanxg852000/c1d38a4118aa9d94f72a83e6ea8b527a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#.eserveless.yaml | |
repo: https://github.com/evanxg852000/node-eserveless-example | |
runtime: node | |
functions: | |
- name: API | |
type: http | |
- name: Ticker | |
type: cron | |
schedule: "*/1 * * * *" | |
meta: | |
path: "/usr/bin" | |
name: prod |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment