remove /PR prefix
This commit is contained in:
parent
fa53627ea3
commit
de7a4a5064
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user