Skip to content

Commit

Permalink
Cecil 5.36.0 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny authored Nov 15, 2020
1 parent 5dd9751 commit 7d806c1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .forestry/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
new_page_extension: md
auto_deploy: true
admin_path: "/static/forestry"
webhook_url:
webhook_url:
sections:
- type: directory
path: content/blog
Expand Down Expand Up @@ -33,7 +33,7 @@ file_template: ":filename:"
build:
preview_env:
- PHP_VERSION=7.2
- CECIL_VERSION=5.34.4
- CECIL_VERSION=5.36.0
preview_output_directory: _site
install_dependencies_command: bash .forestry/install.sh
preview_docker_image: phpdocker/phpdocker:7.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows.disabled/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
php composer.phar install --prefer-dist --no-dev --no-progress --no-interaction
- name: Build site with Cecil
env:
CECIL_VERSION: '5.34.4'
CECIL_VERSION: '5.36.0'
CECIL_BASEURL: '/'
run: |
if [[ -z "$CECIL_VERSION" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image: phpdocker/phpdocker:7.2

before_script:
- curl -sSOL https://cecil.app/cecil.phar
- curl -sSOL https://cecil.app/download/5.36.0/cecil.phar
- php cecil.phar --version
- COMPOSER_CACHE_DIR=composer-cache composer install --prefer-dist --no-dev --no-progress --no-interaction

Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ branches:
- master
# Download Cecil and theme(s)
install:
- curl -sSOL https://cecil.app/cecil.phar && php cecil.phar --version
- composer self-update --1
- curl -sSOL https://cecil.app/download/5.36.0/cecil.phar && php cecil.phar --version
- composer install --prefer-dist --no-dev --no-progress --no-interaction
# Run Cecil build
script:
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build]
command = "chmod +x .netlify/build.sh && bash .netlify/build.sh"
publish = "_site"
environment = { PHP_VERSION = "7.2", CECIL_VERSION = "5.34.4" }
environment = { PHP_VERSION = "7.2", CECIL_VERSION = "5.36.0" }

[context.deploy-preview]
command = "chmod +x .netlify/build.sh && bash .netlify/build.sh preview"
Expand Down
2 changes: 1 addition & 1 deletion render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
- type: web
name: The Butler
env: static
buildCommand: curl -LO https://cecil.app/cecil.phar && composer install --prefer-dist --no-dev --no-progress --no-interaction && php cecil.phar build -v
buildCommand: curl -LO https://cecil.app/download/5.36.0/cecil.phar && composer install --prefer-dist --no-dev --no-progress --no-interaction && php cecil.phar build -v
staticPublishPath: _site
pullRequestPreviewsEnabled: true
headers:
Expand Down
1 change: 0 additions & 1 deletion vercel-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ fi
echo "================================================================================"
echo 'Installing theme(s)...'
curl -sS https://getcomposer.org/installer | php
php composer.phar self-update --1
php composer.phar install --prefer-dist --no-dev --no-progress --no-interaction

echo "================================================================================"
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"env": {
"PHP_VERSION": "7.2",
"INSTALL_OPTIM": "false",
"CECIL_VERSION": "5.34.4"
"CECIL_VERSION": "5.36.0"
}
},
"builds": [{
Expand Down

1 comment on commit 7d806c1

@vercel
Copy link

@vercel vercel bot commented on 7d806c1 Nov 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.