Commit graph

127 commits

Author SHA1 Message Date
1de7e51967 Change environment from production to development in deploy_env.yaml config file
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 1m29s
2024-04-17 23:11:57 +02:00
0fd9f6bc55 Update deployment condition variable for development environment in pipeline-test.yaml file
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 1m24s
2024-04-17 23:09:29 +02:00
18f4bf0496 read YAML file for environment variable, and update deployment conditions in pipeline-test.yaml.
Some checks reported warnings
Build and Deploy Hugo Site / build_and_deploy (push) Has been cancelled
2024-04-17 23:08:33 +02:00
12ed432253 Remove unnecessary echo commands and update variable references in read_yaml_test.yaml.
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 14s
helpers-read-yaml / read-yaml (push) Successful in 8s
2024-04-17 23:04:56 +02:00
04cd61ff9e Update path to config file in read_yaml_test workflow action
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 15s
helpers-read-yaml / read-yaml (push) Successful in 8s
2024-04-17 23:03:10 +02:00
28aa908149 Refactor file structure for read_yaml_test.yaml.
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 14s
helpers-read-yaml / read-yaml (push) Failing after 16s
2024-04-17 23:00:05 +02:00
00e5d229c3 Added configuration files for deployment environment and test yaml file for reading and using yaml data. 2024-04-17 22:59:15 +02:00
cb2283aa75 Refactor workflow to check for existence and validity of deploy_env.json before setting ENV variable.
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 13s
2024-04-17 22:01:43 +02:00
0be583ff98 Add new pipeline step to set environment variable before deploying to server. Include newly added deploy_env.json file specifying deployment environment as 'development'. 2024-04-17 21:50:24 +02:00
e8484f3456 Refactor workflow to combine build and deployment steps.
All checks were successful
Build and Deploy Hugo Site / build_and_deploy (push) Successful in 2m1s
2024-04-17 21:37:15 +02:00
8d94884a00 Merge branch 'main' of https://code.verua.online/rabeweb/verua.ch_src
Some checks failed
Build and Deploy Hugo Site / build (push) Successful in 1m55s
Build and Deploy Hugo Site / deploy (push) Failing after 1m34s
2024-04-17 21:27:36 +02:00
f045763539 Downgraded upload-artifact action from v4 to v in pipeline-test.yaml 2024-04-17 21:23:51 +02:00
norb
44e34035fa add deploy configuration details
Some checks failed
Build and Deploy Hugo Site / build (push) Failing after 1m24s
Build and Deploy Hugo Site / deploy (push) Has been skipped
2024-04-17 17:31:10 +02:00
dc3c8ae4ce update upload-artifact action to version 4
Some checks failed
Build and Deploy Hugo Site / build (push) Failing after 1m28s
Build and Deploy Hugo Site / deploy (push) Has been skipped
2024-04-17 13:40:48 +02:00
17569bdcd4 split workflow into build and deploy
Some checks failed
Build and Deploy Hugo Site / build (push) Failing after 3m7s
Build and Deploy Hugo Site / deploy (push) Has been skipped
2024-04-17 13:01:58 +02:00
3a41709d1c deleted 2024-04-17 13:01:27 +02:00
56c60b85bc removed package-lock.json form .gitignore
All checks were successful
Build Hugo Site / build (push) Successful in 2m8s
2024-04-17 12:49:55 +02:00
79d55bb7bd Update workflow actions versions and add caching for Go, Node.js, and Hugo modules.
Some checks failed
Build Hugo Site / build (push) Failing after 2m8s
2024-04-17 12:45:33 +02:00
1c0d227124 Add only public directory for FTP deployment in pipeline test.
Some checks failed
Build Hugo Site / build (push) Failing after 1m44s
2024-04-17 09:58:29 +02:00
e1557fb97a Add FTPS protocol for deployment to ensure secure connection.
All checks were successful
Build Hugo Site / build (push) Successful in 3m23s
2024-04-17 07:47:17 +02:00
50518be1f8 Refactor FTP deployment configuration in pipeline-test.yaml
Some checks failed
Build Hugo Site / build (push) Failing after 1m54s
2024-04-17 07:40:25 +02:00
14622ba599 Add FTP deployment action to pipeline test workflow. 2024-04-17 07:14:35 +02:00
5b377c839d feat(workflow) add Node.js and PostCSS setup tasks
All checks were successful
Build Hugo Site / build (push) Successful in 2m21s
2024-04-17 07:03:18 +02:00
30b8cb07a6 update Hugo version to Extended 0.121.2, add support for Hugo Extended
Some checks failed
Build Hugo Site / build (push) Failing after 43s
2024-04-17 06:58:33 +02:00
70ba9f2e72 update Go and Hugo versions
Some checks failed
Build Hugo Site / build (push) Failing after 41s
2024-04-17 06:53:49 +02:00
e38ffe47f0 ensured "en" is not part of the configuration anymore
Some checks failed
Build Hugo Site / build (push) Failing after 41s
2024-04-17 06:49:07 +02:00
50ca1bfda9 added go to the pipeline
Some checks failed
Build Hugo Site / build (push) Failing after 52s
2024-04-17 06:44:44 +02:00
7cd441a876 test
Some checks failed
Build Hugo Site / build (push) Failing after 24s
2024-04-17 06:41:22 +02:00
dadc9257a7 test 2024-04-17 06:37:42 +02:00
3f1ca178b3 test
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 3s
2024-04-17 06:35:54 +02:00
3a44289561 test 2024-04-17 06:28:20 +02:00
7a3ca8d8e0 build test 1 2024-04-17 06:24:57 +02:00
35c3a0a2e4 add GitHub Actions demo pipeline test configuration
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 8s
2024-04-17 05:58:02 +02:00
a88c32a7e3 add amplify.yml to gitignore
Some checks failed
Deploy Hugo site to Pages / build (push) Failing after 1m55s
Deploy Hugo site to Pages / deploy (push) Has been skipped
2024-04-16 08:38:41 +02:00
bd43b8aeee Refactor columns shortcode to use markdownify for consistent HTML output, Add new mdcolumns shortcode to convert markdown column content to HTML, Remove unnecessary comments and reformat code 2024-04-01 09:31:49 +02:00
02bccc155b refactor(single.html) update condition for bestellformular; fix js file path 2024-04-01 09:29:30 +02:00
644dd210b1 feat(email) add additional recipients and update email messages for Verua team's communication 2024-04-01 09:29:14 +02:00
11263565b3 added 2024-04-01 09:28:53 +02:00
0fc72de2a0 deleted 2024-04-01 09:28:46 +02:00
04f0338523 feat(content): update content, added 'translationKey' where missing. 2024-04-01 09:28:34 +02:00
75f7b89ade feat(content): update French content for service billing and provider specifications 2024-04-01 09:27:49 +02:00
05cada7868 feat(content): Add new French content for 'Commande', 'Infirmier Independant', 'Module Supplementaire Infirmiers Independants', 'Version de Demonstration', 'Contact', 'Declaration de Confidentialité', 'Liste de Prix', 'Mentions Legales' pages. 2024-04-01 09:27:20 +02:00
c47c2fe85b refactor(menu) adjust menu names to be more concise 2024-04-01 09:17:45 +02:00
d41e38f03e deleted 2024-04-01 09:17:17 +02:00
0806c47e0e refactor(styles): Improve formatting and readability 2024-04-01 09:16:38 +02:00
b1be0b761d 🚀feat(js) aktualisiere benutzerfreundliches Dropdown-Menü 2024-04-01 08:59:40 +02:00
bff0752eab verschoben nach static/images 2024-04-01 08:59:04 +02:00
4a7a962dbc gelöscht 2024-04-01 08:58:38 +02:00
454baa9ded 🛠️refactor(Übersetzungen) Gewichtung von Sprachdateien aktualisiert, Englisch gelöscht 2024-04-01 08:57:43 +02:00
f0efd43a6c scripts minifiziert und zu inline js convertiert 2024-03-21 17:15:26 +01:00