Commit Graph
73 Commits
Author SHA1 Message Date
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
Damien 19cb762723 Add Scaleway Deployment Configuration (#1)
# Scaleway Deployment Setup

This PR adds comprehensive deployment configuration for hosting the notebook site on Scaleway at `notebook.arnodo.fr`.
2025-11-19 14:42:06 +00:00
darnodo b2b398db7a Fix: Refactor CSS classes and apply new hx: prefixes
Deploy Hugo site to Pages / build (push) Has been cancelled
Deploy Hugo site to Pages / deploy (push) Has been cancelled
Updated the CSS classes to use the new `hx:` prefix, making them more
consistent. Also updated the margin styles in the index page to use the
`style` attribute.
2025-11-19 12:45:56 +01:00
darnodo 21c92adea8 Fix relative link to VXLAN beginner guide in French docs 2025-06-28 20:50:28 +02:00
darnodo c951684ab7 post(ssl_bump) : fix typo 2025-06-23 19:35:11 +02:00
D. ArnodoandGitHub edb0c5c034 Ssl bumping (#5)
* SSL Bumping post
2025-06-23 19:19:47 +02:00
darnodo e578d22811 SSL : Adding format explanation 2025-06-12 19:31:28 +02:00
darnodo 7a9ce5ae13 Adding cards to submenus and fix README 2025-06-12 19:29:18 +02:00