Commit 02f4eb53 by Torkel Ödegaard

Updated wercker s3 step

parent 04597b3f
......@@ -39,14 +39,14 @@ build:
- script:
name: create packages
code: |
mkdir $WERCKER_SOURCE_DIR/dist
touch $WERCKER_SOURCE_DIR/dist/my_file.txt
mkdir $WERCKER_OUTPUT_DIR/dist
touch $WERCKER_OUTPUT_DIR/dist/my_file.txt
- s3sync:
key-id: $AWS_S3_KEY
key-secret: $AWS_S3_SECRET
bucket-url: $AWS_S3_BUCKET
source-dir: $WERCKER_SOURCE_DIR/dist/
source-dir: $WERCKER_OUTPUT_DIR/dist/
delete-removed: false
deploy:
steps:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment