mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Deploy compiled HTML to the remote even though it's in the gitignore. (#1709)
This commit is contained in:
parent
8097251565
commit
5659ba92e4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-fleet-website.yml
vendored
2
.github/workflows/deploy-fleet-website.yml
vendored
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
# (This commit will never be pushed to GitHub- only to Heroku.)
|
||||
# > The local config flags make this work in GitHub's environment.
|
||||
- run: git add website/.www
|
||||
- run: git add website/views/partials/built-from-markdown > /dev/null 2>&1 || echo '* * * WARNING - Silently ignoring the fact that there are no HTML partials generated from markdown to include in automated commit...'
|
||||
- run: git add -f website/views/partials/built-from-markdown > /dev/null 2>&1 || echo '* * * WARNING - Silently ignoring the fact that there are no HTML partials generated from markdown to include in automated commit...'
|
||||
- run: git -c "user.name=Fleetwood" -c "user.email=github@example.com" commit -am 'AUTOMATED COMMIT - Deployed the latest, including generated collateral such as compiled documentation, modified HTML layouts, and a .sailsrc file that references minified client-side code assets.'
|
||||
|
||||
# Configure the Heroku app we'll be deploying to
|
||||
|
|
|
|||
Loading…
Reference in a new issue