Skip to content

Commit 66a20f7

Browse files
authored
Merge 5ee1850 into 1defb91
2 parents 1defb91 + 5ee1850 commit 66a20f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+132320
-209
lines changed

.github/workflows/deploy.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ jobs:
1616
zeit-token: ${{ secrets.ZEIT_TOKEN }}
1717
github-comment: false
1818
now-org-id: ${{ secrets.NOW_ORG_ID }}
19-
now-project-id: ${{ secrets.NOW_PROJECT_ID_STATIC }}
19+
now-project-id: ${{ secrets.NOW_PROJECT_ID_STATIC }}
20+
- name: preview-url
21+
run: |
22+
echo ${{ steps.now-deployment.outputs.preview-url }}

0 commit comments

Comments
 (0)