Commit graph

146 commits

Author SHA1 Message Date
d591e396f1 Refactored to use action secrets for user, host, port and paths. Also now sourcing environment from hugo.toml configuration file.
All checks were successful
Build and Deploy Hugo Site / build_and_deploy (push) Successful in 1m42s
2024-04-18 09:29:38 +02:00
1cd343a8f8 adjusted conditional statements for testing
All checks were successful
Build and Deploy Hugo Site / build_and_deploy (push) Successful in 16s
2024-04-18 09:03:25 +02:00
e6d663535c Refactor deploy steps logic in pipeline-test.yaml file
All checks were successful
Build and Deploy Hugo Site / build_and_deploy (push) Successful in 16s
2024-04-18 09:02:15 +02:00
739c7a4365 Refactor workflow to use toml-action for environment settings in pipeline-test.yaml.
All checks were successful
Build and Deploy Hugo Site / build_and_deploy (push) Successful in 18s
2024-04-18 08:52:15 +02:00
66804eb88c Add environment variable for development environment in hugo.toml. 2024-04-18 08:52:05 +02:00
7b64c83876 Update deployment environment from development to production.
All checks were successful
Build and Deploy Hugo Site / build_and_deploy (push) Successful in 1m40s
2024-04-18 00:08:17 +02:00
46286d4a81 Fix rsync paths in workflow for deployment to Development and Production environments.
All checks were successful
Build and Deploy Hugo Site / build_and_deploy (push) Successful in 1m42s
2024-04-17 23:55:59 +02:00
4f0a8ae06f Update workflow with new setup and tools for Go, Node.js, and Hugo, and set up rsync.
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 1m37s
2024-04-17 23:52:58 +02:00
0acb12e8c0 Fix paths in rsync commands in pipeline-test.yaml
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 16s
2024-04-17 23:51:46 +02:00
7ea8a63396 Refactor build process scripts and update rsync paths for deployment.
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 16s
2024-04-17 23:50:45 +02:00
72fc0af913 Update SSH port for rsync deployment to use port 2121.
Some checks reported warnings
Build and Deploy Hugo Site / build_and_deploy (push) Has been cancelled
2024-04-17 23:48:07 +02:00
8a13ea83e9 Update rsync installation by removing 'sudo' from the command.
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 3m53s
2024-04-17 23:42:37 +02:00
1eb9c89f3f Add rsync setup to pipeline-test.yaml config
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 1m28s
2024-04-17 23:40:41 +02:00
185daa557d Refactor deployment scripts in pipeline-test.yaml.
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 1m29s
2024-04-17 23:36:28 +02:00
2ab3d22438 Update deployment configuration for development environment and deploy changes to correct directories. 2024-04-17 23:31:43 +02:00
7000c0af14 Change environment from development to production.
All checks were successful
Build and Deploy Hugo Site / build_and_deploy (push) Successful in 1m31s
2024-04-17 23:22:32 +02:00
bc99bfd5f2 Fix deployment condition in pipeline-test.yaml file
All checks were successful
Build and Deploy Hugo Site / build_and_deploy (push) Successful in 1m31s
2024-04-17 23:20:25 +02:00
6a276b5ead Add conditional check for deployment to development environment in pipeline-test.yaml file
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 1m29s
2024-04-17 23:18:13 +02:00
f4bb7222d3 Remove deployment condition for development environment to enable deployment in all environments
All checks were successful
Build and Deploy Hugo Site / build_and_deploy (push) Successful in 1m36s
2024-04-17 23:14:25 +02:00
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