Update drone.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
ce1167291e
commit
24a3bed921
|
@ -39,7 +39,7 @@ steps:
|
|||
from_secret: ssh_user
|
||||
key:
|
||||
from_secret: ssh_key
|
||||
target: /var/www/portfolio/frontend/${DRONE_COMMIT_SHA:0:10}/
|
||||
target: /var/www/portfolio/${DRONE_COMMIT_SHA:0:10}/
|
||||
source: /drone/src/development/resources/public/*
|
||||
strip_components: 4
|
||||
|
||||
|
|
2
deps.edn
2
deps.edn
|
@ -4,6 +4,8 @@
|
|||
:extra-deps {org.clojure/clojure {:mvn/version "1.10.3"}
|
||||
org.clojure/tools.deps.alpha {:mvn/version "0.12.1003"}
|
||||
|
||||
cljs-ajax/cljs-ajax {:mvn/version "0.8.1"}
|
||||
|
||||
;; dev libraries
|
||||
thheller/shadow-cljs {:mvn/version "2.25.2"}
|
||||
refactor-nrepl/refactor-nrepl {:mvn/version "3.9.0"}
|
||||
|
|
Loading…
Reference in New Issue