CI/CD Integration
Authentication
ops tokenGitHub Actions Example
name: Deploy
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install OPS
run: curl -fsSL https://get.ops.autos | sh
- name: Deploy
env:
OPS_TOKEN: ${{ secrets.OPS_TOKEN }}
run: ops deploySSH Access in CI
Deploy Specific Services
Restart Without Rebuilding
Custom Config File
Deployment Status
Last updated
