Commit Graph

14 Commits

Author SHA1 Message Date
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
Some checks failed
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
adaa7b9db1 Update .gitea/workflows/deploy.yml 2025-11-19 15:47:59 +00:00
9351624142 Update .gitea/workflows/deploy.yml
Some checks failed
Deploy to Scaleway / build-and-deploy (pull_request) Failing after 12s
2025-11-19 15:39:44 +00:00
f506db32af Update .gitea/workflows/deploy.yml 2025-11-19 15:32:18 +00:00
bbe1a5d05d Update .gitea/workflows/deploy.yml
Some checks failed
Deploy to Scaleway / build-and-deploy (pull_request) Failing after 1m11s
2025-11-19 15:27:58 +00:00
7431e861be Update .gitea/workflows/deploy.yml
Some checks failed
Deploy to Scaleway / build-and-deploy (pull_request) Failing after 1m11s
2025-11-19 15:24:17 +00:00
67b08b6124 Update .gitea/workflows/deploy.yml
Some checks failed
Deploy to Scaleway / build-and-deploy (pull_request) Failing after 1s
2025-11-19 15:20:51 +00:00
83f19d28f1 Update .gitea/workflows/deploy.yml 2025-11-19 14:54:03 +00:00
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