parent
8f17c0e4b0
commit
eb6f4efa7c
1 changed files with 2 additions and 5 deletions
|
@ -8,10 +8,10 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: silex/emacs:27.2-alpine-ci
|
container: silex/emacs:28.1-alpine-ci
|
||||||
steps:
|
steps:
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: apk add --no-cache openssh nodejs
|
run: apk add --no-cache openssh rsync nodejs
|
||||||
|
|
||||||
- name: Add SSH key
|
- name: Add SSH key
|
||||||
run: |
|
run: |
|
||||||
|
@ -31,9 +31,6 @@ jobs:
|
||||||
- name: Build publish script
|
- name: Build publish script
|
||||||
run: emacs -Q --script publish/publish.el
|
run: emacs -Q --script publish/publish.el
|
||||||
|
|
||||||
- name: Install rsync
|
|
||||||
run: apk add --no-cache rsync
|
|
||||||
|
|
||||||
- name: Deploy build
|
- name: Deploy build
|
||||||
run: |
|
run: |
|
||||||
rsync \
|
rsync \
|
||||||
|
|
Loading…
Reference in a new issue