Skip to content

Develop to Staging merge#15

Merged
susrisha merged 4 commits into
stagingfrom
develop
Jul 16, 2026
Merged

Develop to Staging merge#15
susrisha merged 4 commits into
stagingfrom
develop

Conversation

@susrisha

Copy link
Copy Markdown
Collaborator

Merges from develop branch to staging branch

sujata-m and others added 4 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 7793457 into staging Jul 16, 2026
3 of 5 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