Update workflows for Forgejo runner

This commit is contained in:
Tobi Schäfer 2025-01-03 13:35:33 +01:00
parent 0c9b00dbb1
commit c2b37a8243
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8
3 changed files with 8 additions and 38 deletions

View file

@ -4,19 +4,12 @@ on: workflow_dispatch
jobs:
deploy:
runs-on: ubuntu-latest
runs-on: antville
environment:
name: weblogs.at
url: https://weblogs.at
steps:
- name: Set up SSH agent
uses: antville/helma/.github/actions/ssh@helma-🐜
with:
config: ${{ vars.SSH_CONFIG }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
known-hosts: ${{ vars.SSH_KNOWN_HOSTS }}
- name: Copy files to production server
run: ssh staging-server deploy-helma