-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(@whook/example): add Google Cloud Functions build #66
Open
nfroidure
wants to merge
2
commits into
main
Choose a base branch
from
feat/cloud_functions_example
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
8a17249
to
fa55331
Compare
014f2d5
to
9771b85
Compare
2aa60bb
to
3e1c17e
Compare
3e1c17e
to
88e697b
Compare
ee4dd53
to
95a039a
Compare
95a039a
to
4c537fe
Compare
4c537fe
to
149add9
Compare
ad62045
to
97f053f
Compare
97f053f
to
889e5f6
Compare
889e5f6
to
3c13493
Compare
3c13493
to
cd74122
Compare
cd74122
to
522151c
Compare
522151c
to
c27c272
Compare
c27c272
to
9b66ff1
Compare
9b66ff1
to
b67162d
Compare
b67162d
to
cec6ad8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an example of how one could build its Whook API to Google Cloud Functions (first commit) and deploy it with Terraform (second one).
Beware to check current limitations here:
#178