Skip to content

SW-2493 fixing-consistency-to-deployment-between-github-actions-and-bitbucket#1646

Open
ahmed-mrbeam wants to merge 1 commit into
alphafrom
feature/SW-2493-fixing-consistency-to-deployment-between-github-actions-and-bitbucket
Open

SW-2493 fixing-consistency-to-deployment-between-github-actions-and-bitbucket#1646
ahmed-mrbeam wants to merge 1 commit into
alphafrom
feature/SW-2493-fixing-consistency-to-deployment-between-github-actions-and-bitbucket

Conversation

@ahmed-mrbeam
Copy link
Copy Markdown
Contributor

  • On github actions yml for deployments Changed the Environment name from:
  • production to Production

  • alpha to Alpha

  • beta to Beta

  • development to Development

  • Add new Deployment to “Staging“ Environment on push to stable

  • Create Jira Environment mapping file .jira/config.yml

  • Alpha to be mapped to testing

  • Beta to be mapped to testing

@ahmed-mrbeam ahmed-mrbeam requested a review from irlaec January 4, 2023 15:46
@ahmed-mrbeam ahmed-mrbeam self-assigned this Jan 4, 2023
@swarmia
Copy link
Copy Markdown

swarmia Bot commented Jan 4, 2023

…itbucket

* Added .jira/config.yml
* Modified the deployment-on-push.yml to include push to stable and deploy to staging
* Modified Envirnmnet names to start with upper case letter
@ahmed-mrbeam ahmed-mrbeam force-pushed the feature/SW-2493-fixing-consistency-to-deployment-between-github-actions-and-bitbucket branch from 93afb17 to d937643 Compare January 4, 2023 15:49
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jan 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@@ -1,9 +1,9 @@
# Deployment workflow to be used for Jira reporting
name: Deploy alpha to Development
name: Deploy on push to Developmnet or Staging
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name: Deploy on push to Developmnet or Staging
name: Deploy on push to Development or Staging

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