back to bash

This commit is contained in:
martin.cholewa
2025-09-26 08:42:09 +02:00
parent 3bd2d84b5b
commit 182c467e28
2 changed files with 10 additions and 55 deletions

View File

@@ -19,28 +19,13 @@ jobs:
steps:
- name: Checkout Gitea repository
uses: gitea/checkout@v3
- name: List files for debugging
run: ls -l ./scripts
- name: upload script to Proxmox
uses: appleboy/scp-action@master
with:
host: 192.168.11.102
username: root
password: ${{ secrets.PASSWORD }}
port: 22
source: './scripts/create_cloud_VM_140.sh'
target: '/root/scripts/'
- name: executing remote bash script
uses: appleboy/ssh-action@v1.2.0
with:
host: 192.168.11.102
username: root
password: ${{ secrets.PASSWORD }}
port: 22
script: |
bash /root/scripts/create_cloud_VM_140.sh
- name: executing remote ssh commands using password
uses: appleboy/ssh-action@v1.2.0
with:
host: 192.168.11.102
username: root
password: ${{ secrets.PASSWORD }}
port: 22
script: |
pveversion