Compare commits

..

11 commits

Author SHA1 Message Date
5326c6df6c Removed environment variable for build dependency on pushed branch
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 52s
2024-07-29 13:02:23 +02:00
9d63578f95 Merge remote-tracking branch 'origin/main' into dev
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 57s
2024-07-29 12:58:58 +02:00
873b3a66d7 test
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 53s
2024-07-29 12:48:58 +02:00
e02a08be86 test 2024-07-29 12:46:02 +02:00
8a80a403c9 test
Some checks failed
Build and Deploy Hugo Site / buildAndDeploy (push) Has been cancelled
2024-07-29 12:45:03 +02:00
7eee5534e4 test 2024-07-29 12:44:04 +02:00
96488e1ef1 test 2024-07-29 12:39:52 +02:00
bf40e4a0d1 test
Some checks failed
Build and Deploy Hugo Site / buildAndDeploy (push) Has been cancelled
2024-07-29 12:39:16 +02:00
2a2e67c020 Test push for new branch configuration with "github.ref" 2024-07-29 12:37:40 +02:00
a0aa9a4ada switched to development for testing
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 58s
2024-07-29 12:29:50 +02:00
1329622947 ...
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m22s
2024-07-29 10:52:49 +02:00

View file

@ -20,9 +20,6 @@ enableRobotsTXT = true
########################### Deployment ############################# ########################### Deployment #############################
[params] [params]
# set to "development" or "production". This deploys the site to the correct environment and sets the robot.txt to disallow all pages when in development mode.
environment = "production"
#environment = "development"
# set to true to enable captcha on the form # set to true to enable captcha on the form
useCaptcha = true useCaptcha = true