Add GitHub Actions deployment workflow #45

Merged
rogs merged 1 commits from add-gitea-actions into master 2025-05-14 20:40:11 -03:00
Owner
  • 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.
- 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.
rogs added 1 commit 2025-05-14 20:34:37 -03:00
Add GitHub Actions deployment workflow
All checks were successful
Hugo Build and Deploy / Build Hugo Site (pull_request) Successful in 20s
Hugo Build and Deploy / Deploy to Server (pull_request) Has been skipped
cdb360dc3e
- 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.
rogs merged commit ccc36c4326 into master 2025-05-14 20:40:11 -03:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rogs/yams.media#45
No description provided.