Skip to content
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

Add custom flag to allow deploying without building #97

Open
JDurstberger opened this issue May 6, 2019 · 1 comment
Open

Add custom flag to allow deploying without building #97

JDurstberger opened this issue May 6, 2019 · 1 comment

Comments

@JDurstberger
Copy link
Contributor

This is just an idea / feature request.

I have been playing around with serverless-haskell for a few days now and it works quite well.
The only issue I can see is using it with continuous deployment.

I use Gitlab CI and I would love to be able to split building and deploying into 2 build steps.
This would require being able to invoke serverless deploy without building, but using an already built binary.

So basically I would love to be able to

  1. Build without docker
  2. Deploy binary built in step 1

Of course there might be a better way of doing this, it was just an idea I've had.
I am also willing to help building this if you think it is a good idea.

@koterpillar
Copy link
Contributor

Thank you for the suggestion, sorry for the delay getting back to you.

If you can find a way to pass a custom flag to Serverless, make a PR and I'll be happy to include it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants