helma/.github/workflows/deploy.yml

16 lines
266 B
YAML
Raw Normal View History

2024-06-01 20:48:01 +02:00
name: Deploy (Production)
2024-06-15 19:08:12 +02:00
on: workflow_dispatch
2024-06-01 20:48:01 +02:00
jobs:
deploy:
2025-01-03 13:35:33 +01:00
runs-on: antville
2024-06-01 20:48:01 +02:00
environment:
name: antville.org
url: https://antville.org
2024-06-01 20:48:01 +02:00
steps:
- name: Copy files to production server
run: ssh staging-server deploy-helma