-
Notifications
You must be signed in to change notification settings - Fork 17
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
vip app deploy - Allow passing in a deploy key with env variable #1718
Merged
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
rebeccahum
force-pushed
the
add/passing-byor-key
branch
from
March 5, 2024 21:47
610ff24
to
3a20309
Compare
chriszarate
reviewed
Mar 5, 2024
chriszarate
reviewed
Mar 5, 2024
chriszarate
reviewed
Mar 5, 2024
rebeccahum
force-pushed
the
add/passing-byor-key
branch
2 times, most recently
from
March 5, 2024 22:46
5415f83
to
478ef8c
Compare
rebeccahum
force-pushed
the
add/passing-byor-key
branch
from
March 5, 2024 22:48
478ef8c
to
7cd703c
Compare
rebeccahum
force-pushed
the
add/passing-byor-key
branch
6 times, most recently
from
March 5, 2024 23:11
331bc30
to
5cbeb31
Compare
chriszarate
reviewed
Mar 5, 2024
chriszarate
reviewed
Mar 5, 2024
chriszarate
approved these changes
Mar 5, 2024
luiztiago
approved these changes
Mar 6, 2024
mjangda
reviewed
Mar 6, 2024
rebeccahum
force-pushed
the
add/passing-byor-key
branch
from
March 6, 2024 13:53
ddd911a
to
c1749e9
Compare
rebeccahum
force-pushed
the
add/passing-byor-key
branch
from
March 6, 2024 13:56
f1b50f6
to
593df96
Compare
rebeccahum
force-pushed
the
add/passing-byor-key
branch
from
March 6, 2024 14:46
72ea73e
to
a642ccc
Compare
rebeccahum
force-pushed
the
add/passing-byor-key
branch
from
March 6, 2024 19:17
d17f8fc
to
305ee4e
Compare
Quality Gate passedIssues Measures |
chriszarate
approved these changes
Mar 6, 2024
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.
Description
This allows us to pass in the Custom Deploy Key into
vip app deploy
.Also refactors
API()
to allow using acustomAuthToken
. Removesheaders
inHttpLink()
to allow for theauthLink
to dynamically set by context.Pull request checklist
New release checklist
Steps to Test
CUSTOM_DEPLOY_KEY=$token vip @<env id>.production app deploy ~/Desktop/vip-go-skeleton.zip