mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fix YAML syntax error in Deploy Fleet website workflow. (#31794)
(Sorry for the follow-up PR) Changes: - Fixed a YAML syntax error in the "Deploy Fleet website" workflow.
This commit is contained in:
parent
0119e297e0
commit
856a97a0b1
2 changed files with 1 additions and 1 deletions
1
.github/workflows/deploy-fleet-website.yml
vendored
1
.github/workflows/deploy-fleet-website.yml
vendored
|
|
@ -115,6 +115,7 @@ jobs:
|
|||
# Deploy to Heroku
|
||||
- run: echo "Deploying branch '${GITHUB_REF##*/}' to Heroku…"
|
||||
- name: Deploy to Heroku
|
||||
run: |
|
||||
set -euo pipefail
|
||||
git add -A
|
||||
# Create a git tree object that contains only the changes in the /website folder.
|
||||
|
|
|
|||
1
website/views/pages/integrations.ejs
vendored
1
website/views/pages/integrations.ejs
vendored
|
|
@ -22,7 +22,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div purpose="integration-card" class="card">
|
||||
<div purpose="integration-logo">
|
||||
<img src="/images/logo-snowflake-color-117x28@2x.png" alt="Snowflake logo">
|
||||
|
|
|
|||
Loading…
Reference in a new issue