File tree Expand file tree Collapse file tree 5 files changed +15
-11
lines changed Expand file tree Collapse file tree 5 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ name: deploy-production
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
8
8
jobs :
9
9
build :
10
10
runs-on : ubuntu-latest
11
11
12
12
strategy :
13
13
matrix :
14
- node-version : [14 .x]
14
+ node-version : [20 .x]
15
15
16
16
steps :
17
17
- uses : actions/checkout@v2
@@ -28,11 +28,12 @@ jobs:
28
28
29
29
deploy :
30
30
needs : build
31
- runs-on : ubuntu-latest
31
+ runs-on : ubuntu-22.04
32
32
steps :
33
33
- uses : actions/checkout@v2
34
- - uses : akhileshns/heroku-deploy@v3.12.12
34
+ - run : curl https://cli-assets.heroku.com/install-ubuntu.sh | sh
35
+ - uses : akhileshns/heroku-deploy@v3.13.15
35
36
with :
36
37
heroku_api_key : ${{secrets.HEROKU_API_KEY}}
37
- heroku_app_name : tcup-2024
38
+ heroku_app_name : tcup-2025
38
39
heroku_email : ${{secrets.HEROKU_EMAIL}}
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ export const Archive = () => {
8
8
< div >
9
9
< h1 > { t ( 'archive.title' ) } </ h1 >
10
10
< ListGroup >
11
+ < ListGroupItem tag = "a" href = "http://2024.tcup.cz" >
12
+ tcup 2024
13
+ </ ListGroupItem >
11
14
< ListGroupItem tag = "a" href = "http://2023.tcup.cz" >
12
15
tcup 2023
13
16
</ ListGroupItem >
Original file line number Diff line number Diff line change 1
1
export const API_ENDPOINT = process . env . REACT_APP_API_ENDPOINT || ''
2
2
export const TEST_MODE = process . env . REACT_APP_TEST_MODE === 'true'
3
- export const SOARING_SPOT_URL = 'https://www.soaringspot.com/en_gb/tcup2024 /results'
3
+ export const SOARING_SPOT_URL = 'https://www.soaringspot.com/en_gb/tcup2025 /results'
4
4
export const SPINNER_TIMEOUT =
5
5
process . env . REACT_APP_SPINNER_TIMEOUT !== undefined ? Number ( process . env . REACT_APP_SPINNER_TIMEOUT ) : 500
6
6
7
7
export const APP_TITLE = process . env . REACT_APP_TITLE
8
8
export const APP_VERSION = process . env . REACT_APP_VERSION
9
- export const SIGNUP_DISABLED = false
9
+ export const SIGNUP_DISABLED = true
10
10
export const SIGNUP_DISABLED_TOKEN : string | undefined =
11
11
'SkFKLx8zKyOPy3pQdVEIV!NWJAYRYJUm4KOtL!Ns?OcsG0nOm0wOGEVOGpn/tF6h'
Original file line number Diff line number Diff line change 59
59
"Změnit" : " Změnit" ,
60
60
"verze" : " verze" ,
61
61
"homepage.subheader.1" : " Letošní tcup se bude konat" ,
62
- "homepage.subheader.2" : " 5 . 7. – 13 . 7. 2024 v Toužimi" ,
63
- "homepage.signup.disabled" : " Registrace bude spuštěna 1. 3. 2024 ve 12:00" ,
62
+ "homepage.subheader.2" : " 12 . 7. – 20 . 7. 2025 v Toužimi" ,
63
+ "homepage.signup.disabled" : " Registrace bude spuštěna 1. 3. 2025 ve 12:00" ,
64
64
"homepage.signup.enabled" : " Registrace byla spuštěna" ,
65
65
"homepage.subheader.alert.1" : " Dovolujeme si upozornit účastníky závodu, že provozní plocha letiště je" ,
66
66
"homepage.subheader.alert.2" : " monitorována kamerovým systémem a během dne i noci ostrahu zabezpečuje agentura Securitas." ,
Original file line number Diff line number Diff line change 59
59
"Změnit" : " Update" ,
60
60
"verze" : " version" ,
61
61
"homepage.subheader.1" : " This year's tcup will be held" ,
62
- "homepage.subheader.2" : " July 5 - July 13, 2024 in Toužim" ,
63
- "homepage.signup.disabled" : " Signup will be enabled 1. 3. 2024 at 12:00" ,
62
+ "homepage.subheader.2" : " July 12 - July 20, 2025 in Toužim" ,
63
+ "homepage.signup.disabled" : " Signup will be enabled 1. 3. 2025 at 12:00" ,
64
64
"homepage.subheader.alert.1" : " Dovolujeme si upozornit účastníky závodu, že provozní plocha letiště je" ,
65
65
"homepage.subheader.alert.2" : " monitorována kamerovým systémem a během dne i noci ostrahu zabezpečuje agentura Securitas." ,
66
66
"homepage.subheader.alert.3" : " V případě dotazu se obraťte na ředitele závodu." ,
You can’t perform that action at this time.
0 commit comments