Only do the prod ones in prod
This commit is contained in:
parent
adbebb076a
commit
cf0ac2d606
1 changed files with 3 additions and 0 deletions
|
@ -240,18 +240,21 @@
|
|||
website: getfedora.org
|
||||
regex: /(.*)/prerelease.*$
|
||||
target: https://getfedora.org/$1
|
||||
when: env != 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
name: prerelease-to-final-labs
|
||||
website: labs.fedoraproject.org
|
||||
regex: /(.*)/prerelease.*$
|
||||
target: https://labs.fedoraproject.org/$1
|
||||
when: env != 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
name: prerelease-to-final-spins
|
||||
website: spins.fedoraproject.org
|
||||
regex: /(.*)/prerelease.*$
|
||||
target: https://spins.fedoraproject.org/$1
|
||||
when: env != 'staging'
|
||||
|
||||
- role: httpd/redirect
|
||||
name: store
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue