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