Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
goulven authored and goulven committed Jan 2, 2024
1 parent b2df4f8 commit b3eb7ec
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publishInfraBeta.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This workflow will trigger the remote ssh script to restart infrastructure with the latest artefacts version
on: workflow_dispatch

name: Publish latest infrastructure on qualification environment
name: Beta - Publish latest infrastructure

jobs:
deploy:
name: publish-infra-beta
name: beta-publish-infra
runs-on: self-hosted

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publishInfraProd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# restart infrastructure with the latest artefacts version
on: workflow_dispatch

name: Publish latest infrastructure on production environment
name: Prod - Publish latest infrastructure

jobs:
deploy:
name: publish-infra-prod
name: prod-publish-infra
runs-on: self-hosted

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publishJarsBeta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# restart application with the latest artefacts version
on: workflow_dispatch

name: Restart applications on qualification environment
name: Beta - Restart applications

jobs:
deploy:
name: publish-jars-beta
name: beta-publish-jars
runs-on: self-hosted

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publishJarsProd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# restart application with the latest artefacts version
on: workflow_dispatch

name: Restart applications on production environment
name: Prod - Restart applications

jobs:
deploy:
name: publish-jars-prod
name: prod-publish-jars
runs-on: self-hosted

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/releaseDeployProd.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
on: workflow_dispatch
name: Create a release, publish the documentation, and deploy the production binaries
name: Prod - Create a release, publish the documentation, and deploy the binaries

jobs:
release:
name: release-deploy-prod
name: prod-release-deploy
runs-on: ubuntu-latest
steps:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testAndPublishBeta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

on: [push, workflow_dispatch]

name: Build, Test and publish on qualification environment
name: Beta - Build, Test and publish

jobs:
deploy:
name: test-build-publish-beta
name: beta-test-build-publish
runs-on: self-hosted

steps:
Expand Down

0 comments on commit b3eb7ec

Please sign in to comment.