Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: alpha
Choose a base branch
from

Conversation

ahmed-mrbeam
Copy link
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

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
@sonarcloud
Copy link

sonarcloud 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
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