changes
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 13s

This commit is contained in:
geezo 2025-05-05 23:28:29 +00:00
parent 987ef4c5e8
commit 416c17206f
3 changed files with 18 additions and 6 deletions

View File

@ -1,13 +1,24 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
on:
push:
paths:
- glance/**
env:
DAY_OF_WEEK: Monday
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# - name: Integration testing
# run: |
# cd glance
# docker compose up -d
- name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1
with:
host: ${{ secrets.HOST }}
username: linuxserver.io
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: whoami

View File

@ -1,5 +1,5 @@
theme:
background-color: 220, 50, 10 # Near-black navy for a sleek, ultra-dark look
background-color: 220, 50, 11 # Near-black navy for a sleek, ultra-dark look
contrast-multiplier: .6
primary-color: 222, 71, 75 # Deep, rich blue for a subtle but stylish accent
positive-color: 190, 45, 20 # Dark teal for a modern, professional feel

1
perplexica Submodule

@ -0,0 +1 @@
Subproject commit 27286465a36633f9f70012c8e2fb1fe617fe890c