Skip to content

Add CI/CD pipelines for automated deployment to Azure Blob Storage#13

Merged
sujata-m merged 1 commit into
developfrom
feature-3980
Jul 6, 2026
Merged

Add CI/CD pipelines for automated deployment to Azure Blob Storage#13
sujata-m merged 1 commit into
developfrom
feature-3980

Conversation

@sujata-m

@sujata-m sujata-m commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

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: developdev, stagingstage, productionprod

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

## 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
@sujata-m sujata-m requested review from MashB and susrisha July 6, 2026 08:28
@sujata-m sujata-m merged commit 31b721e into develop Jul 6, 2026
2 of 4 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.

2 participants