Pipelines with forge cli and other suggestions

Hello,

Can someone point me to a documentation or examples of setting up pipelines using forge cli.

Requirement

  • Whenever we push to dev branch, the app should be installed or updated on jira-dev, non interactively.
  • Suggestion on how they others are doing forge development when working with other developers. Currently we change appid manually to install in our own separate instance of Jira.

Thanks a lot
Ravi

This page has some good information on building/deploying Forge:

I myself use GitHub Actions and was able to get it working there with some minor adjustments (hint: don’t run forge login in a pipeline use the environmental variables instead)

1 Like

Super useful thanks!