Deploy automatically
Deploy on every push, either with seenode's built-in auto-deploy or from your own CI pipeline.
The simplest option needs no pipeline at all: enable Auto-deploy in a service’s Settings and seenode deploys every push to the configured branch.
Use one of these guides instead when the deploy has to happen at a particular point in a pipeline you already run, for example after tests pass.
GitHub Actions
Trigger a seenode deployment from a GitHub Actions workflow.GitLab CI/CD
Trigger a seenode deployment from a GitLab CI/CD pipeline.