We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"})
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to push files from target directory, no resources. But I get always an issue
How to set other than resources directory for pushing? The built.boot file is as following:
The text was updated successfully, but these errors were encountered: