4. Trigger the workflows

sfops repository contains two GitHub action workflows that need to be triggered to update your 'test' / 'production' repository.

<your-github-org-url>/sfops/actions/workflows/trigger-docker.yml: Trigger this workflow to trigger the creation of a docker image and push that to your docker registry, which is ghcr.io

<your-github-org-url>/sfops/actions/workflows/build.yaml : Trigger this workflow to build and deploy sfops-gh-actions to your test repository <your-github-org-url>/sfops/actions/workflows/release-please.yaml : Trigger this workflow to build and deploy sfops-gh-actions to your production repository

Last updated