Finalised Deploy Action
This commit is contained in:
parent
628bc3b2d3
commit
977055499e
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
name: Gitea Actions Demo
|
name: Hugo Deploy Pipeline
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: Builds the Hugo site and Deploys via SSH to the Server
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
|
@ -29,7 +29,7 @@ params:
|
||||||
homeInfoParams:
|
homeInfoParams:
|
||||||
Title: "Sam Tate"
|
Title: "Sam Tate"
|
||||||
Content: >
|
Content: >
|
||||||
- Under construction homepage
|
- Under construction homepage, now deployed via automatic CI/CD
|
||||||
|
|
||||||
socialIcons:
|
socialIcons:
|
||||||
- name: gitea
|
- name: gitea
|
||||||
|
|
Loading…
Reference in a new issue