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
|
||||
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:
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue