You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: