Grecos Workspace
Navigation remains inside site context. Existing modules are embedded as workspace sections, not unrelated global jumps.
Deployments inside Grecos
First-class deployment workflow completing Edit → Revision → Transaction → Release → Deploy → Rollback. Adapter contracts are defined only; no real deployment adapters are implemented.
rel_grecos_001
dep_grecos_rollback_001
dep_grecos_prod_failed_001
dep_grecos_rollback_001
80%
Environments
| Name | Domain | Status | Active release | Last deployment | Rollback target |
|---|---|---|---|---|---|
| Development | dev.grecos.nubflow.com | active | rel_grecos_tx_summer_menu_004 | dep_grecos_dev_001 | rel_grecos_001 |
| Preview | preview.grecos.nubflow.com | active | rel_grecos_tx_summer_menu_004 | dep_grecos_preview_001 | rel_grecos_001 |
| Staging | staging.grecos.nubflow.com | active | rel_grecos_tx_summer_menu_004 | dep_grecos_staging_001 | rel_grecos_001 |
| Production | grecos.ca | active | rel_grecos_001 | dep_grecos_rollback_001 | rel_grecos_001 |
Deployment history
| Deployment ID | Release | Environment | Status | Started | Completed | Duration | Triggered by | Rollback reference |
|---|---|---|---|---|---|---|---|---|
| dep_grecos_staging_001 | rel_grecos_tx_summer_menu_004 | Staging | Succeeded | 2026-06-10T17:00:00Z | 2026-06-10T17:01:22Z | 82s | Jason | — |
| dep_grecos_preview_001 | rel_grecos_tx_summer_menu_004 | Preview | Succeeded | 2026-06-10T17:03:00Z | 2026-06-10T17:03:49Z | 49s | Jason | — |
| dep_grecos_prod_failed_001 | rel_grecos_tx_summer_menu_004 | Production | Failed | 2026-06-10T17:05:00Z | 2026-06-10T17:05:31Z | 31s | Jason | — |
| dep_grecos_prod_001 | rel_grecos_tx_summer_menu_004 | Production | Succeeded | 2026-06-10T17:10:00Z | 2026-06-10T17:11:18Z | 78s | Jason | — |
| dep_grecos_rollback_001 | rel_grecos_001 | Production | Succeeded | 2026-06-10T17:20:00Z | 2026-06-10T17:20:44Z | 44s | Jason | dep_grecos_prod_001 |
Deployment Timeline
Staging deployment queued for rel_grecos_tx_summer_menu_004
2026-06-10T17:00:00ZStaging deployment succeeded for rel_grecos_tx_summer_menu_004
2026-06-10T17:01:22ZProduction deployment failed and was preserved in history
2026-06-10T17:05:31ZProduction deployment succeeded for rel_grecos_tx_summer_menu_004
2026-06-10T17:11:18ZRollback deployment restored Production to rel_grecos_001
2026-06-10T17:20:44ZDeployment Health
Lifecycle: Edit → Revision → Transaction → Release → Deploy → Rollback
Status flow: Pending → Queued → Deploying → Succeeded → Failed
Audit history
Jason · 2026-06-10T17:00:00Z
System · 2026-06-10T17:05:31Z
Jason · 2026-06-10T17:11:18Z
Jason · 2026-06-10T17:20:00Z
System · 2026-06-10T17:20:44Z
Future Adapter Contracts
Interfaces only. No Nub Hosted, SFTP, SSH, DirectAdmin, cPanel, Cloudflare, or Git adapter has been implemented.
| Adapter | Interface | Deployment target |
|---|---|---|
| Nub Hosted | deploy(site, release, environment, artifact_manifest) | Nub-managed runtime/storage/CDN |
| SFTP | upload_manifest(host, path, credentials_ref, artifact_manifest) | Customer SFTP destination |
| SSH | run_remote_release(host, command_plan, release_artifact) | Customer VPS/dedicated server |
| DirectAdmin | directadmin_publish(account, domain, document_root, artifact_manifest) | DirectAdmin shared hosting account |
| cPanel | cpanel_publish(account, domain, document_root, artifact_manifest) | cPanel shared hosting account |
| Cloudflare | cloudflare_pages_deploy(project, artifact_manifest, cache_plan) | Cloudflare Pages/CDN/cache purge |
| Git | git_push_release(remote, branch, commit_manifest) | Git-backed deployment workflow |