pipeline: deploy: image: flyio/flyctl:latest commands: - /flyctl deploy --detach --remote-only secrets: [fly_api_token] depends_on: - build skip_clone: true