We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4831be9 commit e3235b5Copy full SHA for e3235b5
shared/publish/publish.sh
@@ -71,7 +71,7 @@ secret_key = $AWS_SECRET_KEY
71
EOF
72
S3CMD_ARGS+=("-c" "$WORKDIR/s3cfg")
73
else
74
-
+ echo "Using env vars to authenticate s3cmd to AWS"
75
fi
76
echo "+ s3cmd --storage-class=STANDARD_IA --human-readable-sizes --follow-symlinks --no-delete-removed --acl-public --guess-mime-type ${S3CMD_ARGS[*]} sync $WORKDIR/content/ s3://phusion-passenger/binaries/$S3_BUCKET_NAME/by_release/$VERSION/"
77
s3cmd \
0 commit comments