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