Skip to content

Commit

Permalink
Cecil 5.42.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Dec 22, 2020
1 parent 01fedb2 commit 4447caf
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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.42.4
- CECIL_VERSION=5.42.5
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/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build site with Cecil
env:
CECIL_VERSION: '5.42.4'
CECIL_VERSION: '5.42.5'
CECIL_BASEURL: ${{ secrets.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/download/5.42.4/cecil.phar
- curl -sSOL https://cecil.app/download/5.42.5/cecil.phar
- php cecil.phar --version
- COMPOSER_CACHE_DIR=composer-cache composer install --prefer-dist --no-dev --no-progress --no-interaction

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ branches:
- master
# Download Cecil and theme(s)
install:
- curl -sSOL https://cecil.app/download/5.42.4/cecil.phar && php cecil.phar --version
- curl -sSOL https://cecil.app/download/5.42.5/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
Expand Up @@ -3,7 +3,7 @@
command = "chmod +x .netlify/build.sh && bash .netlify/build.sh"
[build.environment]
PHP_VERSION = "7.2"
CECIL_VERSION = "5.42.4"
CECIL_VERSION = "5.42.5"

[context.deploy-preview.environment]
CECIL_ENV = "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/download/5.42.4/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.42.5/cecil.phar && composer install --prefer-dist --no-dev --no-progress --no-interaction && php cecil.phar build -v
staticPublishPath: _site
pullRequestPreviewsEnabled: true
headers:
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.42.4"
"CECIL_VERSION": "5.42.5"
}
},
"builds": [{
Expand Down

1 comment on commit 4447caf

@vercel
Copy link

@vercel vercel bot commented on 4447caf Dec 22, 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.