I want to do production build of my create-react-app repo (https://bitbucket.org/shorn/rabbit/src/master/) and then push the resulting build artifacts to a separate repository that publishes the artifacts as a bitbucket site (i.e. rabbit-public.bitbucket.io or something like that).
The important part is that the artifacts are pushed to a separate "website" repo, I don't want the build artifacts to be in my source repo.
Is there a pipe to do that?
Hi @Shorn_Tolley . It looks like there is no such pipe. However, it should be pretty straight forward to write your own custom pipe to do that. Here are a couple of links with quite good explanation hot to do that:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.