Deploy website to flora-6
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Bump deno to 1.29.4
This commit is contained in:
parent
2f3adf0f3a
commit
12a24477b4
|
@ -8,7 +8,7 @@ steps:
|
|||
events:
|
||||
- push
|
||||
- pull_request
|
||||
image: denoland/deno:alpine-1.26.2
|
||||
image: denoland/deno:alpine-1.29.4
|
||||
commands:
|
||||
- deno task build
|
||||
|
||||
|
@ -20,14 +20,14 @@ steps:
|
|||
- main
|
||||
image: appleboy/drone-scp
|
||||
settings:
|
||||
host: pub.solar
|
||||
port: 2020
|
||||
host: flora-6.pub.solar
|
||||
port: 22
|
||||
username:
|
||||
from_secret: ps_ssh_user
|
||||
key:
|
||||
from_secret: ps_ssh_key
|
||||
source:
|
||||
- ./_site/*
|
||||
target: /srv/pub.solar/
|
||||
target: /srv/www/pub.solar/
|
||||
overwrite: true
|
||||
strip_components: 1
|
||||
|
|
Loading…
Reference in a new issue