Snippets

Ahmad Ajmi bitbucket-pipelines.yml

Created by Ahmad Ajmi
# This is an auto-generated file based on the build configuration 
# from the Bitbucket Aerobatic add-on. You may need to make some tweaks. See the 
# official Pipelines documentation at https://confluence.atlassian.com/x/VYk8Lw.
image: aerobatic/jekyll
clone:
  depth: 1
pipelines:
  branches:
    master:
      - step:
          script:
            - '[ -f Gemfile ] && bundle install'
            - 'echo "url: https://__baseurl__" >> _config.yml'
            - bundle exec jekyll build
            - aero deploy --directory _site --stage pipelines-test

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.