Skip to content

Merge pull request #116 from antville/revert-112-renovate/gradle-8.x #4

Merge pull request #116 from antville/revert-112-renovate/gradle-8.x

Merge pull request #116 from antville/revert-112-renovate/gradle-8.x #4

Workflow file for this run

name: Deploy (Production)
on:
workflow_dispatch: {}
push:
branches:
- helma-🐜
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: p3k.org
url: https://blog.p3k.org
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