Compare commits
1 Commits
93377e26fc
...
2b50b3a65f
Author | SHA1 | Date |
---|---|---|
|
2b50b3a65f |
|
@ -5,6 +5,7 @@ steps:
|
|||
image: clojure:tools-deps
|
||||
commands:
|
||||
- cd reagent-reitit-demo
|
||||
- cp resources/public/rename-me-index.html resources/public/index.html
|
||||
- clj -A:prod
|
||||
|
||||
- name: deploy-site
|
||||
|
@ -18,6 +19,7 @@ steps:
|
|||
from_secret: ssh_key
|
||||
port: 22
|
||||
duration: 4m
|
||||
## strip components removes parts of path at destination
|
||||
strip_components: 1
|
||||
target: /var/www/clojure-demos/
|
||||
source:
|
||||
|
|
Loading…
Reference in New Issue