Drop prerelease redirect in production too.
This commit is contained in:
parent
d0f4e6f6f9
commit
ce2e75b630
1 changed files with 6 additions and 6 deletions
|
@ -143,12 +143,12 @@
|
||||||
# target: https://stg.getfedora.org/$1
|
# target: https://stg.getfedora.org/$1
|
||||||
# when: env == 'staging'
|
# when: env == 'staging'
|
||||||
|
|
||||||
- role: httpd/redirectmatch
|
# - role: httpd/redirectmatch
|
||||||
name: prerelease-to-final
|
# name: prerelease-to-final
|
||||||
website: getfedora.org
|
# website: getfedora.org
|
||||||
regex: /(.*)/prerelease.*$
|
# regex: /(.*)/prerelease.*$
|
||||||
target: https://getfedora.org/$1
|
# target: https://getfedora.org/$1
|
||||||
when: env != 'staging'
|
# when: env != 'staging'
|
||||||
|
|
||||||
- role: httpd/redirect
|
- role: httpd/redirect
|
||||||
name: store
|
name: store
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue