Skip to content

Specifying other than "resources" directory to push #11

@trzczy

Description

@trzczy

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions