From de7a4a5064a82b6f90a8fe21a99a0fc1e9b42394 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Mon, 11 Jul 2022 20:13:29 -0700 Subject: [PATCH] remove /PR prefix --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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