Skip to content

Use generic name for the staging server #2

Use generic name for the staging server

Use generic name for the staging server #2

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