fn icon indicating copy to clipboard operation
fn copied to clipboard

Deploy without building

Open Hanoko opened this issue 3 years ago • 0 comments

Hi,

First, thanks for the work on this project.

I would want to know if there is any possibility to deploy a Docker function without building it. I explain my case, because maybe I am focusing on the wrong thing.

We are deploying an application for mutiple clients and we want to update the Function version when the Docker registry tag is updated. For example, we want to use app:prod for production environment in multiple clients. How could we deploy the same function to all the clients without changing the api-url and deploying into each client using different contexts?

Thanks in advance

Hanoko avatar Apr 21 '21 16:04 Hanoko