first gitea CICD
CICD / Explore-Gitea-Actions (push) Failing after 34s Details

This commit is contained in:
Isaac Johnson 2026-06-23 19:00:47 -05:00
parent a83d0a1d4e
commit e492709a52
3 changed files with 30 additions and 1 deletions

View File

@ -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

View File

@ -4,5 +4,10 @@ draft = false
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:
![test01](/images/2026-06-test.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 MiB