fix: miom.space static files directory, update
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
deno docker image to 1.40.2
This commit is contained in:
parent
46be3f1e7d
commit
e3804331d3
|
@ -8,7 +8,7 @@ steps:
|
|||
event:
|
||||
- push
|
||||
- pull_request
|
||||
image: denoland/deno:alpine-1.39.1
|
||||
image: denoland/deno:alpine-1.40.2
|
||||
commands:
|
||||
- deno task build
|
||||
|
||||
|
@ -28,6 +28,6 @@ steps:
|
|||
from_secret: ps_ssh_key
|
||||
source:
|
||||
- ./_site/*
|
||||
target: /srv/www/pub.solar/
|
||||
target: /srv/www/miom.space
|
||||
overwrite: true
|
||||
strip_components: 1
|
||||
|
|
Loading…
Reference in a new issue