Commit Graph
80 Commits
Author SHA1 Message Date
darnodo 62e1d134ed Change tech banner animation speed
Build and Deploy Hugo / Deploy Hugo Website (pull_request) Successful in 21s
Set animation speed to 60s for the tech banner in French homepage and
the tech-banner shortcode.
2025-11-20 14:37:57 +01:00
Damien 7bc92e0923 Merge pull request 'Add sidebar: open: true to French docs' (#20) from menu_rework into main
Reviewed-on: #20
2025-11-20 09:40:52 +00:00
darnodo 3964d23b00 Add sidebar: open: true to French docs
Build and Deploy Hugo / Deploy Hugo Website (pull_request) Successful in 52s
Opens the sidebar by default for French documentation.
2025-11-20 10:40:21 +01:00
Damien c9143bc108 Merge pull request '`` feat: Add french tech banner and styles ``' (#19) from update-ci into main
Reviewed-on: #19
2025-11-20 09:20:38 +00:00
Damien 2653b3d3a3 Merge branch 'main' into update-ci
Build and Deploy Hugo / Deploy Hugo Website (pull_request) Successful in 26s
2025-11-20 09:20:23 +00:00
darnodo 1aca706a4e `` feat: Add french tech banner and styles `` 2025-11-20 10:19:52 +01:00
Damien 1959778062 Merge pull request 'Install Hugo and Deploy to Scaleway' (#18) from update-ci into main
Reviewed-on: #18
2025-11-19 19:20:19 +00:00
Damien 921bd00faf Merge branch 'main' into update-ci
Build and Deploy Hugo / Deploy Hugo Website (pull_request) Successful in 23s
2025-11-19 19:20:08 +00:00
darnodo 894e259c33 Install Hugo and Deploy to Scaleway
- Added wget to install dependencies
- Changed the Hugo install process to use the deb package
- Changed the Hugo deploy command to use Scaleway
2025-11-19 20:19:47 +01:00
Damien 16918d2614 Merge pull request 'Fix deployment working directory' (#17) from update-ci into main
Reviewed-on: #17
2025-11-19 17:04:58 +00:00
Damien d2e177e9f8 Merge branch 'main' into update-ci
Build and Deploy Hugo / Deploy Hugo Website (pull_request) Failing after 18s
2025-11-19 17:04:47 +00:00
darnodo ab68a5952c Fix deployment working directory 2025-11-19 18:02:04 +01:00
Damien 8b39e2c8ad Merge pull request 'Fix deploy workflow to use self-hosted runner' (#16) from update-ci into main
Reviewed-on: #16
2025-11-19 16:59:57 +00:00
Damien b15474de3f Merge branch 'main' into update-ci
Build and Deploy Hugo / Deploy Hugo Website (pull_request) Failing after 21s
2025-11-19 16:59:48 +00:00
darnodo d2fa4f8ee3 Fix deploy workflow to use self-hosted runner 2025-11-19 17:59:19 +01:00
Damien dcdacfa034 Merge pull request 'Update deploy.yml' (#15) from update-ci into main
Reviewed-on: #15
2025-11-19 16:57:24 +00:00
Damien 3a75628454 Merge branch 'main' into update-ci
Build and Deploy Hugo / Deploy Hugo Website (pull_request) Failing after 6s
2025-11-19 16:56:56 +00:00
darnodo a001a57528 Update deploy.yml 2025-11-19 17:56:31 +01:00
Damien 189241002c Update .gitea/workflows/deploy.yml 2025-11-19 16:54:28 +00:00
Damien 76423ee1fd Merge pull request 'Refactor Hugo deploy workflow' (#14) from update-ci into main
Reviewed-on: #14
2025-11-19 16:53:05 +00:00
Damien 6cc362b85a Merge branch 'main' into update-ci
Build and Deploy Hugo / Deploy Hugo Website (pull_request) Has been cancelled
2025-11-19 16:52:58 +00:00
darnodo 4372dae142 Refactor Hugo deploy workflow
The deployment workflow was rewritten to use Hugo's built-in deploy
feature. This simplifies the overall process and removes external
dependencies.
2025-11-19 17:52:31 +01:00
Damien 6eae2592ed Merge pull request 'Deploy to Scaleway object storage' (#13) from update-ci into main
Reviewed-on: #13
2025-11-19 16:25:22 +00:00
Damien 6c8c364399 Merge branch 'main' into update-ci
Deploy to Scaleway / build-and-deploy (pull_request) Failing after 24s
2025-11-19 16:25:14 +00:00
darnodo 264c7faee1 Deploy to Scaleway object storage
Set S3 signature version to s3v4 and add region.
2025-11-19 17:24:57 +01:00
Damien b8b9aca5ae Merge pull request 'Fix Scaleway deployment secrets' (#12) from update-ci into main
Reviewed-on: #12
2025-11-19 16:19:24 +00:00
Damien 8ffaceded7 Merge branch 'main' into update-ci
Deploy to Scaleway / build-and-deploy (pull_request) Failing after 31s
2025-11-19 16:19:14 +00:00
darnodo 332c02e544 Fix Scaleway deployment secrets
The deployment workflow was using the wrong secret names for accessing
Scaleway resources. This commit corrects those names to the correct
ones.
2025-11-19 17:18:46 +01:00
Damien caa3f2e617 Merge pull request 'Install AWS CLI and deploy with S3 sync' (#11) from update-ci into main
Reviewed-on: #11
2025-11-19 16:13:11 +00:00
Damien 6b9655f0b1 Merge branch 'main' into update-ci
Deploy to Scaleway / build-and-deploy (pull_request) Failing after 40s
2025-11-19 16:13:02 +00:00
darnodo 6c5debee3f Install AWS CLI and deploy with S3 sync
The Hugo native deployment was not working correctly with the Scaleway
object storage. This commit installs the AWS CLI and uses `aws s3 sync`
instead.
2025-11-19 17:12:35 +01:00
Damien fb863f9b78 Merge pull request 'Fix: Update Scaleway deployment and Hugo config' (#10) from update-ci into main
Reviewed-on: #10
2025-11-19 16:10:44 +00:00
darnodo a44b42eb97 Fix: Update Scaleway deployment and Hugo config
Deploy to Scaleway / build-and-deploy (pull_request) Failing after 8s
- Use correct environment variables for Scaleway deployment
- Install Scaleway CLI to purge CDN cache
- Add deployment target for S3
2025-11-19 17:09:32 +01:00
Damien e259d05121 Merge pull request 'Update .gitea/workflows/deploy.yml' (#9) from update-ci into main
Reviewed-on: #9
2025-11-19 15:48:30 +00:00
Damien 5ad89847c6 Merge branch 'main' into update-ci
Deploy to Scaleway / build-and-deploy (pull_request) Failing after 8s
2025-11-19 15:48:19 +00:00
Damien adaa7b9db1 Update .gitea/workflows/deploy.yml 2025-11-19 15:47:59 +00:00
Damien 4c91280811 Merge pull request 'Update .gitea/workflows/deploy.yml' (#8) from update-ci into main
Reviewed-on: #8
2025-11-19 15:40:09 +00:00
Damien 9351624142 Update .gitea/workflows/deploy.yml
Deploy to Scaleway / build-and-deploy (pull_request) Failing after 12s
2025-11-19 15:39:44 +00:00
Damien 077d424e67 Merge pull request 'Update README.md' (#7) from update-ci into main
Reviewed-on: #7
2025-11-19 15:33:43 +00:00
Damien 1bf32c7507 Update README.md
Deploy to Scaleway / build-and-deploy (pull_request) Failing after 1m4s
2025-11-19 15:33:33 +00:00
Damien f506db32af Update .gitea/workflows/deploy.yml 2025-11-19 15:32:18 +00:00
Damien d0c5203173 Merge pull request 'Update .gitea/workflows/deploy.yml' (#6) from update_ci into main
Reviewed-on: #6
2025-11-19 15:28:16 +00:00
Damien bbe1a5d05d Update .gitea/workflows/deploy.yml
Deploy to Scaleway / build-and-deploy (pull_request) Failing after 1m11s
2025-11-19 15:27:58 +00:00
Damien af4df87d1a Merge pull request 'Update .gitea/workflows/deploy.yml' (#5) from update_ci into main
Reviewed-on: #5
2025-11-19 15:24:37 +00:00
Damien 7431e861be Update .gitea/workflows/deploy.yml
Deploy to Scaleway / build-and-deploy (pull_request) Failing after 1m11s
2025-11-19 15:24:17 +00:00
Damien 2649b60762 Merge pull request 'Update .gitea/workflows/deploy.yml' (#4) from update_ci into main
Reviewed-on: #4
2025-11-19 15:21:03 +00:00
Damien 67b08b6124 Update .gitea/workflows/deploy.yml
Deploy to Scaleway / build-and-deploy (pull_request) Failing after 1s
2025-11-19 15:20:51 +00:00
Damien 3b8a4461c7 Merge pull request 'Update README.md' (#3) from test-runner into main
Reviewed-on: #3
2025-11-19 14:58:07 +00:00
Damien 946fa0dafe Update README.md
Deploy to Scaleway / build-and-deploy (pull_request) Failing after 9s
2025-11-19 14:57:49 +00:00
Damien 83f19d28f1 Update .gitea/workflows/deploy.yml 2025-11-19 14:54:03 +00:00