Skip to content

Add setup for Gradle debugging in VS Codium #5

Add setup for Gradle debugging in VS Codium

Add setup for Gradle debugging in VS Codium #5

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