Skip to content

Feat(ci/cd): add continuous deployment workflows#71

Merged
khalidbelk merged 8 commits into
mainfrom
dev
Oct 20, 2025
Merged

Feat(ci/cd): add continuous deployment workflows#71
khalidbelk merged 8 commits into
mainfrom
dev

Conversation

@khalidbelk
Copy link
Copy Markdown
Member

Changes

Deployment automation:

  • Add.github/workflows/dev-deploy.yml to automatically deploy the pre-production app when changes are pushed to the dev branch.
  • Add .github/workflows/prod-deploy.yml to automatically deploy the production app when changes are pushed to the main branch, following a similar process as the pre-production workflow.

The workflows run code checkout, pull the latest changes, install dependencies, build the app, and reload the **PM2 process.

Script updates:

  • Add a new npm script start-preprod in package.json to start the Next.js app on port 3030 for pre-production environment.

@khalidbelk khalidbelk merged commit 7f91ae8 into main Oct 20, 2025
8 checks passed
@sonarqubecloud
Copy link
Copy Markdown

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.

1 participant