CI/CD
This commit is contained in:
parent
a0a5e11c50
commit
32ae4d2bc8
|
@ -4,6 +4,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on:
|
runs-on:
|
||||||
- hugo
|
- hugo
|
||||||
|
timeout-minutes: 1
|
||||||
steps:
|
steps:
|
||||||
- run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY .
|
- run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY .
|
||||||
- run: hugo
|
- run: hugo
|
||||||
|
@ -16,10 +17,5 @@ jobs:
|
||||||
EOD
|
EOD
|
||||||
ls -l $HOME/.ssh
|
ls -l $HOME/.ssh
|
||||||
md5sum $HOME/.ssh/id_rsa
|
md5sum $HOME/.ssh/id_rsa
|
||||||
nevermind:
|
- run: |
|
||||||
runs-on:
|
|
||||||
- hugo
|
|
||||||
steps:
|
|
||||||
- name: rsync
|
|
||||||
run: |
|
|
||||||
echo ssh-agent rsync --delete -vax ./public/ neale@melville.woozle.org:/srv/www/woozle.org/
|
echo ssh-agent rsync --delete -vax ./public/ neale@melville.woozle.org:/srv/www/woozle.org/
|
||||||
|
|
Loading…
Reference in New Issue