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
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ steps:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
image: denoland/deno:alpine-1.39.1
|
image: denoland/deno:alpine-1.40.2
|
||||||
commands:
|
commands:
|
||||||
- deno task build
|
- deno task build
|
||||||
|
|
||||||
|
@ -28,6 +28,6 @@ steps:
|
||||||
from_secret: ps_ssh_key
|
from_secret: ps_ssh_key
|
||||||
source:
|
source:
|
||||||
- ./_site/*
|
- ./_site/*
|
||||||
target: /srv/www/pub.solar/
|
target: /srv/www/miom.space
|
||||||
overwrite: true
|
overwrite: true
|
||||||
strip_components: 1
|
strip_components: 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue