first gitea CICD
CICD / Explore-Gitea-Actions (push) Failing after 34s
Details
CICD / Explore-Gitea-Actions (push) Failing after 34s
Details
This commit is contained in:
parent
a83d0a1d4e
commit
e492709a52
|
|
@ -0,0 +1,24 @@
|
||||||
|
name: CICD
|
||||||
|
run-name: ${{ gitea.actor }} triggered CICD
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Explore-Gitea-Actions:
|
||||||
|
runs-on: my_custom_label
|
||||||
|
container: node:22
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3 # Checks out your repository
|
||||||
|
- name: Install Hugo
|
||||||
|
run: |
|
||||||
|
whoami
|
||||||
|
which hugo || true
|
||||||
|
apt update
|
||||||
|
cat /etc/os-release
|
||||||
|
apt install -y ca-certificates curl gnupg
|
||||||
|
snap install hugo
|
||||||
|
- name: Build Hugo
|
||||||
|
run: |
|
||||||
|
ehugo build
|
||||||
|
- name: Sunc to AWS
|
||||||
|
run: |
|
||||||
|
which aws || true
|
||||||
|
|
@ -4,5 +4,10 @@ draft = false
|
||||||
title = 'Hello World'
|
title = 'Hello World'
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Hello World
|
This is my first published post using CICD.
|
||||||
|
|
||||||
|
I am just now looking to set this up with Forgejo or Gitea.
|
||||||
|
|
||||||
|
Here is a T-Rex playing hockey:
|
||||||
|
|
||||||
|

|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 7.2 MiB |
Loading…
Reference in New Issue