-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
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
- Build without docker
- 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.
Metadata
Metadata
Assignees
Labels
No labels