2 Commits

Author SHA1 Message Date
c88b9b0327
Update deployment workflow for French translation
All checks were successful
Hugo Build and Deploy (FR) / Build Hugo Site (pull_request) Successful in 6s
Hugo Build and Deploy (FR) / Deploy to Server (fr-translation) (pull_request) Has been skipped
- Adjust workflow trigger to `fr-translation` branch.
- Rename deployment job for clarity.
- Update deployment script to pull from `fr-translation` branch.
- Change deployment directory to `repo-fr`.
2025-05-14 20:53:46 -03:00
34f25a473a
Add GitHub Actions deployment workflow
- Adds a workflow to build and deploy the Hugo site.
- Uses klakegg/hugo:0.111.3-ext-alpine-ci for the build environment.
- Checks out the code in both build and deploy jobs.
- Deploys to the server using SSH keys and secrets.
- Only deploys on pushes to the master branch.
- Uses `git stash` and `git pull --force` for deployment.
2025-05-14 20:50:58 -03:00