mirror of
https://github.com/casjaysdevdocker/stikked
synced 2024-11-21 05:23:07 -05:00
🗃️ Committing everything that changed 🗃️
All checks were successful
stikked / release-stikked (push) Successful in 32m57s
All checks were successful
stikked / release-stikked (push) Successful in 32m57s
.gitea/workflows/docker.yaml rootfs/root/docker/setup/00-init.sh
This commit is contained in:
parent
95a933edac
commit
a3c86c0d2f
@ -3,7 +3,7 @@ name: stikked
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
release-image:
|
||||
release-stikked:
|
||||
runs-on: act_runner
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
|
@ -27,6 +27,8 @@ exitCode=0
|
||||
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Predifined actions
|
||||
[ -d "$WWW_ROOT_DIR" ] && rm -Rf "$WWW_ROOT_DIR"
|
||||
[ -d "/usr/local/share/wwwroot" ] && rm -d "/usr/local/share/wwwroot"
|
||||
[ -d "/usr/local/share/template-files/data" ] && rm -Rf "/usr/local/share/template-files/data"/*
|
||||
[ -d "/usr/local/share/template-files/config" ] && rm -Rf "/usr/local/share/template-files/config"/*
|
||||
[ -d "/usr/local/share/template-files/defaults" ] && rm -Rf "/usr/local/share/template-files/defaults"/*
|
||||
|
Loading…
Reference in New Issue
Block a user