Files
patata-pack2/.gitea/workflows/release.yml.dis
2024-11-12 23:50:31 +01:00

16 lines
399 B
Plaintext

name: remote ssh command
on: [release]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using password
uses: appleboy/ssh-action@v0.1.10
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: 22
script: /home/ubuntu/bin/restart-forge