Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
improve gitlab mention
  • Loading branch information
joao-paulo-parity committed Mar 10, 2022
commit 294bf71f4d9766752a00ccc43e4e99731bd911b5
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,10 @@ review` to manage the results.

# Deployment <a name="deployment"></a>

When you push a deployment tag to GitHub, it will be mirrored to GitLab and then
the [CI pipeline](./.gitlab-ci.yml) will be ran on the GitLab Runners for
deploying the app. Deployment tags should conform to one of the following
patterns:
When you push a deployment tag to GitHub, it will be [mirrored to
GitLab](https://gitlab.parity.io/parity/parity-processbot) and then its [CI
pipeline](./.gitlab-ci.yml) will be ran for deploying the app. Deployment tags
should conform to one of the following patterns:

- `/^v[0-9]+\.[0-9]+.*$/`, e.g. `v1.1`, will be deployed to production
- The production instance is installed in
Expand Down