remove /PR prefix

This commit is contained in:
Chuck Dries 2022-07-11 20:13:29 -07:00
parent fa53627ea3
commit de7a4a5064
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6

View File

@ -88,7 +88,7 @@ steps:
image: node
commands:
- yarn install
- PATH_PREFIX=/PR/${DRONE_PULL_REQUEST} yarn build --prefix-paths
- PATH_PREFIX=/${DRONE_PULL_REQUEST} yarn build --prefix-paths
- du -sh public
- name: rsync
@ -112,7 +112,7 @@ steps:
- name: comment
image: jmccann/drone-github-comment:1
settings:
message: preview of ${DRONE_COMMIT} deployed to https://preview.chuckdries.com/PR/${DRONE_PULL_REQUEST}
message: preview of ${DRONE_COMMIT} deployed to https://preview.chuckdries.com/${DRONE_PULL_REQUEST}
update: true
api_key:
from_secret: github_key