deploy workflow draft
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s

This commit is contained in:
2026-06-16 05:38:24 +03:00
parent 1463b4b78f
commit 79d6e9e1b3
+18
View File
@@ -0,0 +1,18 @@
name: Deploy
run-name: Deploy
on: workflow_dispatch
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Execute Remote SSH Commands
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_PASSWORD }}
port: 22
script: |
cd /home/vbevdev/test
touch hello-there.txt