18 Commits
Author SHA1 Message Date
Damien 7e6fe61de6 Update Hugo version and fix locale configuration
Build and Deploy Hugo / Deploy Hugo Website (pull_request) Successful in 23s
Update Hugo to v0.162.1 in deploy workflow

Change languageCode to locale in hugo.yaml
2026-06-05 09:02:24 +02: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
darnodo ab68a5952c Fix deployment working directory 2025-11-19 18:02:04 +01:00
darnodo d2fa4f8ee3 Fix deploy workflow to use self-hosted runner 2025-11-19 17:59:19 +01:00
darnodo a001a57528 Update deploy.yml 2025-11-19 17:56:31 +01: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
darnodo 264c7faee1 Deploy to Scaleway object storage
Set S3 signature version to s3v4 and add region.
2025-11-19 17:24:57 +01: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
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
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 adaa7b9db1 Update .gitea/workflows/deploy.yml 2025-11-19 15:47:59 +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 f506db32af Update .gitea/workflows/deploy.yml 2025-11-19 15:32:18 +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 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 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 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