This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# Deploy — files over rsync. Runs on every push to main and on manual
|
||||
# dispatch, because scripts are not versioned — they go live immediately.
|
||||
# Requires secrets: DEPLOY_HOST, DEPLOY_USER, DEPLOY_PATH, DEPLOY_PASSWORD.
|
||||
name: Deploy
|
||||
|
||||
on:
|
||||
@@ -9,7 +12,7 @@ jobs:
|
||||
deploy:
|
||||
runs-on: alpine
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v7
|
||||
|
||||
- name: Generate SHA256SUMS
|
||||
run: sha256sum *.py > SHA256SUMS
|
||||
|
||||
Reference in New Issue
Block a user