Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Deployment previews for pull requests #799

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ script:
mv .git-backup build/.git
else
yarn build
bash <(curl -s https://peek.run/ci)
fi

after_success:
Expand Down
5 changes: 5 additions & 0 deletions peek.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version: 2
main:
type: static
path: build
spa: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs newline at end of file