-
Notifications
You must be signed in to change notification settings - Fork 78
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
Manually deploy Amplify Gen2 project #775
Comments
Hi @Bradley-Cooley thanks for opening this issue. I'm transferring this FR over to the backend repo for better assistance. |
@Bradley-Cooley the instructions are here: https://docs.amplify.aws/gen2/deploy-and-host/fullstack-branching/custom-pipelines/ |
So it seems that what I'm looking to do isn't possible yet. Correct me if I'm wrong -
|
We are having the same issue with a private gitlab instance. We would somehow need a command that does a similar setup to what the "Connect to Github / Gitlab repo" button is doing. What is the current state of this issue? Are there any plans to support manual creation of projects? |
+1 This is a blocker for me to upgrade from Gen 1 to Gen 2. |
Really need this issue solved or GitLab EE support... either would suffice. Right now im using my sandbox for building the app locally then host manually on Amplify. At least that works 😅 Here are a few suggestions/thoughts: #2056 (comment) |
Same here. Please also support the old workflow where we could run |
So this is still not fixed? AWS Team, wake up guys and girls! You are pushing developers away by not supporting manual deployments or integration with GitLab EE. At least provide a workaround!? API access to automate deployments using any tool? This issue is labelled as feature request 🤔 sounds like a serious bug/incident to me. Meanwhile, switching back to Supabase. |
Is this related to a new or existing framework?
No response
Is this related to a new or existing API?
No response
Is this related to another service?
Amplify Hosting
Describe the feature you'd like to request
I'd like to deploy a new Amplify Gen2 project without using the Amplify UI in the AWS Console to connect to a git provider. My project is in self-hosted Gitlab and there is no external access.
Describe the solution you'd like
I'd like to docs to provide a description of how to perform a first-time deploy of a Gen2 project without connecting to an external git provider, whether it is fairly easy via
npx amplify
or more difficult via AWS SDK.Describe alternatives you've considered
I have considered temporarily putting my code on a different service provider in order to deploy - however, if I did so, I am unsure how I would change the configuration to only go back to manual deploys afterwards.
Additional context
No response
Is this something that you'd be interested in working on?
The text was updated successfully, but these errors were encountered: