Skip to content

Staging to production - #16

Merged
susrisha merged 5 commits into
productionfrom
staging
Jul 23, 2026
Merged

Staging to production#16
susrisha merged 5 commits into
productionfrom
staging

Conversation

@susrisha

Copy link
Copy Markdown
Collaborator

Stage to production movement

sujata-m and others added 5 commits July 6, 2026 13:57
## Summary

Adds two GitHub Actions workflows to automate deployments of the pathways editor to Azure Blob Storage, mirroring the deployment setup used in the workspaces frontend repo.

### New workflows

**`deploy-to-blob.yml` — Release to Azure Blob Storage**
- Runs manually via `workflow_dispatch` (choose environment: `develop`, `staging`, `production`) or from another workflow via `workflow_call`
- Checks out the selected environment branch, builds the editor with Node 20 (`npm clean-install` + `npm run all`), and uploads the built `dist/` to the `pathways-editor` container
- Maps environments to destination folders: `develop` → `dev`, `staging` → `stage`, `production` → `prod`

**`deploy-on-merge.yml` — Trigger deployment on PR merge**
- Fires when a PR is merged into `develop`, `staging`, or `production`
- Calls the release workflow with the merged branch as the target environment
Add CI/CD pipelines for automated deployment to Azure Blob Storage
@susrisha
susrisha merged commit 47b5ea3 into production Jul 23, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants