Skip to content

Commit 361538f

Browse files
committed
Fix typo in preview workflow
1 parent 5cd75f4 commit 361538f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ jobs:
5454
SSH_USER: dokku
5555
SSH_KEY: ${{ secrets.SSH_KEY_SIR }}
5656
SSH_HOST: 167.235.152.70
57-
REVIEW_APP_NAME: prev-${{ github.event.pull_request.number }}
57+
REVIEW_APP_NAME: pre-${{ github.event.pull_request.number }}
5858
REVIEW_APP_EMAIL: marcus@dpschool.io

0 commit comments

Comments
 (0)