Link Search Menu Expand Document

Deploy a function

Deploying a function is easy using Bip CLI.

Firstly, ensure that you’ve created a function on Bip, and that you’ve initialised your function folder first.

When you’re ready to deploy, run:

bip fn deploy

Your function will be packaged and uploaded to Bip. After a few moments, your function will be live at https://yourdomain.bip.sh/_functions/<yourfunctionname>

Note that because our cache is eventually consistent, it may take up to 60 seconds to see any changes.


© 2024 Bip.sh, Ltd.