Compare commits

...

5 Commits

Author SHA1 Message Date
tteckster 928d13cb71
Update runtipi-install.sh
fixes https://github.com/tteck/Proxmox/issues/2384
2024-01-25 06:07:39 -05:00
tteckster 86141db5e1
Update ci.yml 2024-01-25 02:06:50 -05:00
tteckster 0c34f2ea9b
Update ci.yml 2024-01-25 01:49:53 -05:00
tteckster d094ffcfd3
Update ci.yml 2024-01-25 01:29:36 -05:00
tteckster dc37502d15
Update ci.yml 2024-01-25 01:15:00 -05:00
2 changed files with 12 additions and 14 deletions

View File

@ -1,23 +1,21 @@
name: CI/CD
name: CI
on:
push:
branches:
- gh-pages
workflow_dispatch:
jobs:
ci-cd:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
node-version: 20
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
registry-url: https://registry.npmjs.org/
cache: npm
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Checkout code
uses: actions/checkout@v3

View File

@ -25,9 +25,9 @@ mkdir -p "$(dirname "$DOCKER_CONFIG_PATH")"
echo -e '{\n "log-driver": "journald"\n}' > "$DOCKER_CONFIG_PATH"
cd /opt
wget -q https://raw.githubusercontent.com/runtipi/runtipi/master/scripts/install.sh
sed -i -e '/newgrp docker/d' -e '/exit 0/d' install.sh
chmod +x install.sh
$STD ./install.sh
chmod 666 /opt/runtipi/state/settings.json
msg_ok "Installed Runtipi"
motd_ssh