diff --git a/.drone.yml b/.drone.yml index ed182c7..73907bd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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