This commit is contained in:
parent
987ef4c5e8
commit
416c17206f
@ -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
|
||||
@ -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
1
perplexica
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 27286465a36633f9f70012c8e2fb1fe617fe890c
|
||||
Loading…
Reference in New Issue
Block a user