Compare commits
1 Commits
2b50b3a65f
...
93377e26fc
Author | SHA1 | Date |
---|---|---|
|
93377e26fc |
|
@ -5,7 +5,6 @@ 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
|
||||
|
@ -19,7 +18,6 @@ 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