use beta travis provider for custom deploy msg

This commit is contained in:
Maximilian Keßler 2021-10-08 08:44:08 +02:00
parent d632e4b421
commit 3cc9eb8509

View file

@ -39,13 +39,12 @@ deploy:
on: on:
tags: true tags: true
- provider: pages - provider: pages
skip-cleanup: true edge: true
github-token: $GITHUB_TOKEN github-token: $GITHUB_TOKEN
local-dir: build/LatexPackages local-dir: build/LatexPackages
repo: kesslermaximilian/LatexPackagesBuild repo: kesslermaximilian/LatexPackagesBuild
commiter_from_gh: true commiter_from_gh: true
allow_empty_commit: true allow_empty_commit: true
keep-history: true
target_branch: $TRAVIS_BRANCH target_branch: $TRAVIS_BRANCH
commit_message: "%{git_commit_msg}\n\nBuilt commit %{git_sha} from %{repo}:%{git_branch}" commit_message: "%{git_commit_msg}\n\nBuilt commit %{git_sha} from %{repo}:%{git_branch}"
on: on: