mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-19 12:56:01 +00:00
Compare commits
5 Commits
d2f13f7940
...
928d13cb71
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
928d13cb71 | ||
|
|
86141db5e1 | ||
|
|
0c34f2ea9b | ||
|
|
d094ffcfd3 | ||
|
|
dc37502d15 |
24
.github/workflows/ci.yml
vendored
24
.github/workflows/ci.yml
vendored
@@ -1,23 +1,21 @@
|
|||||||
name: CI/CD
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- gh-pages
|
- gh-pages
|
||||||
|
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci-cd:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Set up Node.js
|
||||||
uses: actions/checkout@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
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: Checkout code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|||||||
@@ -25,9 +25,9 @@ mkdir -p "$(dirname "$DOCKER_CONFIG_PATH")"
|
|||||||
echo -e '{\n "log-driver": "journald"\n}' > "$DOCKER_CONFIG_PATH"
|
echo -e '{\n "log-driver": "journald"\n}' > "$DOCKER_CONFIG_PATH"
|
||||||
cd /opt
|
cd /opt
|
||||||
wget -q https://raw.githubusercontent.com/runtipi/runtipi/master/scripts/install.sh
|
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
|
chmod +x install.sh
|
||||||
$STD ./install.sh
|
$STD ./install.sh
|
||||||
|
chmod 666 /opt/runtipi/state/settings.json
|
||||||
msg_ok "Installed Runtipi"
|
msg_ok "Installed Runtipi"
|
||||||
|
|
||||||
motd_ssh
|
motd_ssh
|
||||||
|
|||||||
Reference in New Issue
Block a user