CreativeBots/.gitea/workflows/deploy_via_docker_compose.yml
Tobias Weise 96999c1d29
Some checks failed
Gitea Docker Redeploy / Build (push) Failing after 8s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
minor stuff2
2024-08-05 17:57:44 +02:00

20 lines
448 B
YAML

name: Gitea Docker Redeploy
run-name: ${{ gitea.actor }} is deploying new version
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using password
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: whoami