You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
recipes:
- name: deploy parallel: true continue_on_error: false env:
ENV: production steps:
- command: git checkout main repos: [api, frontend] # Only run on specific repos - command: ./deploy.sh parallel: false # Override global setting