This commit is contained in:
parent
987ef4c5e8
commit
416c17206f
@ -1,13 +1,24 @@
|
|||||||
name: Gitea Actions Demo
|
name: Gitea Actions Demo
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on: [push]
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- glance/**
|
||||||
|
|
||||||
|
env:
|
||||||
|
DAY_OF_WEEK: Monday
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
# - name: Integration testing
|
- name: Execute remote SSH commands using password
|
||||||
# run: |
|
uses: appleboy/ssh-action@v1
|
||||||
# cd glance
|
with:
|
||||||
# docker compose up -d
|
host: ${{ secrets.HOST }}
|
||||||
|
username: linuxserver.io
|
||||||
|
password: ${{ secrets.PASSWORD }}
|
||||||
|
port: ${{ secrets.PORT }}
|
||||||
|
script: whoami
|
||||||
@ -1,5 +1,5 @@
|
|||||||
theme:
|
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
|
contrast-multiplier: .6
|
||||||
primary-color: 222, 71, 75 # Deep, rich blue for a subtle but stylish accent
|
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
|
positive-color: 190, 45, 20 # Dark teal for a modern, professional feel
|
||||||
|
|||||||
1
perplexica
Submodule
1
perplexica
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 27286465a36633f9f70012c8e2fb1fe617fe890c
|
||||||
Loading…
Reference in New Issue
Block a user