fix: miom.space static files directory, update
All checks were successful
continuous-integration/drone/push Build is passing

deno docker image to 1.40.2
This commit is contained in:
teutat3s 2024-02-25 23:15:13 +01:00
parent 46be3f1e7d
commit e3804331d3
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -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