Skip to content
New issue

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

Specifying other than "resources" directory to push #11

Open
trzczy opened this issue Sep 16, 2019 · 0 comments
Open

Specifying other than "resources" directory to push #11

trzczy opened this issue Sep 16, 2019 · 0 comments

Comments

@trzczy
Copy link

trzczy commented Sep 16, 2019

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"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant