-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I am trying to push files from target directory, no resources. But I get always an issue
There are no local changes to push.
How to set other than resources directory for pushing? The built.boot file is as following:
(def project 's3-test-adam2)
(def version "0.1.0-SNAPSHOT")
(set-env! :resource-paths #{"resources"}
:source-paths #{"src"}
:target-path #{"target"}
:dependencies '[[org.clojure/clojure "RELEASE"]
[hashobject/boot-s3 "0.1.3-SNAPSHOT"]])
(require '[hashobject.boot-s3 :refer :all])
(task-options!
s3-sync {:bucket "ireland.adam"
:access-key (System/getenv "AWS_ACCESS_KEY")
:secret-key (System/getenv "AWS_SECRET_KEY")
:source "public"})
Metadata
Metadata
Assignees
Labels
No labels