From 977055499e494f5334552c7be694f7d89d9b19e0 Mon Sep 17 00:00:00 2001 From: Sam Tate Date: Thu, 27 Jun 2024 23:50:38 +0100 Subject: [PATCH] Finalised Deploy Action --- .gitea/workflows/{demo.yaml => hugo-deploy.yaml} | 4 ++-- config.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename .gitea/workflows/{demo.yaml => hugo-deploy.yaml} (91%) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/hugo-deploy.yaml similarity index 91% rename from .gitea/workflows/demo.yaml rename to .gitea/workflows/hugo-deploy.yaml index a94c7d4..e79d198 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/hugo-deploy.yaml @@ -1,5 +1,5 @@ -name: Gitea Actions Demo -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 +name: Hugo Deploy Pipeline +run-name: Builds the Hugo site and Deploys via SSH to the Server on: [push] jobs: diff --git a/config.yaml b/config.yaml index 6fd201e..81451a2 100644 --- a/config.yaml +++ b/config.yaml @@ -29,7 +29,7 @@ params: homeInfoParams: Title: "Sam Tate" Content: > - - Under construction homepage + - Under construction homepage, now deployed via automatic CI/CD socialIcons: - name: gitea