Skip to content
Merged
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
env:
PREVIEW_HOSTNAME: ep-preview.click
GITHUB_BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
GITHUB_COMMIT_HASH: ${{ github.event.pull_request.head.sha }}

steps:
- name: Checkout
Expand Down Expand Up @@ -42,6 +43,7 @@ jobs:
run:
make build MODE=preview
SITE_URL="https://${BRANCH_NAME}.ep-preview.click"
GIT_VERSION="${GITHUB_COMMIT_HASH}"

- name: Set up SSH key
uses: webfactory/[email protected]
Expand Down