remove /PR prefix
This commit is contained in:
parent
fa53627ea3
commit
de7a4a5064
@ -88,7 +88,7 @@ steps:
|
|||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
- yarn install
|
- yarn install
|
||||||
- PATH_PREFIX=/PR/${DRONE_PULL_REQUEST} yarn build --prefix-paths
|
- PATH_PREFIX=/${DRONE_PULL_REQUEST} yarn build --prefix-paths
|
||||||
- du -sh public
|
- du -sh public
|
||||||
|
|
||||||
- name: rsync
|
- name: rsync
|
||||||
@ -112,7 +112,7 @@ steps:
|
|||||||
- name: comment
|
- name: comment
|
||||||
image: jmccann/drone-github-comment:1
|
image: jmccann/drone-github-comment:1
|
||||||
settings:
|
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
|
update: true
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: github_key
|
from_secret: github_key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user