diff --git a/jekyll-s3/codefresh.yaml b/jekyll-s3/codefresh.yaml index 830e5dc..14084f3 100644 --- a/jekyll-s3/codefresh.yaml +++ b/jekyll-s3/codefresh.yaml @@ -5,9 +5,9 @@ steps: commands: - chmod 777 -R . - "sed -i 's|^url:.*|url: \"${{JEKYLL_URL}}\"|' _config.yml" - - "sed -i 's|^baseurl:.*|baseurl: \"${{JEKYLL_BASEUEL}}\"|' _config.yml" + - "sed -i 's|^baseurl:.*|baseurl: \"${{JEKYLL_BASEURL}}\"|' _config.yml" - jekyll build --destination _site push: image: mesosphere/aws-cli commands: - - aws s3 sync ./_site/ s3://${{S3_BUCKETNAME}} \ No newline at end of file + - aws s3 sync ./_site/ s3://${{S3_BUCKETNAME}}