This commit is contained in:
parent
a6107a9018
commit
3f75e4f62f
@ -11,9 +11,10 @@ jobs:
|
|||||||
runs-on: homelab
|
runs-on: homelab
|
||||||
container: alpine:latest
|
container: alpine:latest
|
||||||
steps:
|
steps:
|
||||||
# - name: Install dependencies
|
- name: Install dependencies
|
||||||
# run: |
|
run: |
|
||||||
# apk update
|
apk update
|
||||||
|
apk add --no-cache openssh
|
||||||
# apk add --no-cache nodejs npm git bash openssh python3 py3-pip py3-passlib
|
# apk add --no-cache nodejs npm git bash openssh python3 py3-pip py3-passlib
|
||||||
# python3 -m pip install --user ansible --break-system-packages
|
# python3 -m pip install --user ansible --break-system-packages
|
||||||
# export PATH="/root/.local/bin:$PATH"
|
# export PATH="/root/.local/bin:$PATH"
|
||||||
@ -38,6 +39,6 @@ jobs:
|
|||||||
ssh -T administrator@docker.comprofix.xyz
|
ssh -T administrator@docker.comprofix.xyz
|
||||||
ssh -T administrator@omada.comprofix.xyz
|
ssh -T administrator@omada.comprofix.xyz
|
||||||
ssh -T administrator@vps02.comprofix.com
|
ssh -T administrator@vps02.comprofix.com
|
||||||
# ./.gitea/workflows/deploy.sh "${{ github.event.before }}" "${{ github.sha }}"
|
# ./.gitea/workflows/deploy.sh "${{ github.event.before }}" "${{ github.sha }}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user