Skip to content

Commit 01658fa

Browse files
committed
Fix domain name
1 parent 361538f commit 01658fa

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
@@ -47,7 +47,7 @@ jobs:
4747
IdentityFile ~/.ssh/preview.key
4848
StrictHostKeyChecking no
4949
END
50-
ssh -t preview "domains:set $REVIEW_APP_NAME $REVIEW_APP_NAME.utum-certificates.dpschool.app"
50+
ssh -t preview "domains:set $REVIEW_APP_NAME $REVIEW_APP_NAME.utum-certs.dpschool.app"
5151
ssh -t preview "letsencrypt:set $REVIEW_APP_NAME email $REVIEW_APP_EMAIL"
5252
ssh -t preview "letsencrypt:enable $REVIEW_APP_NAME"
5353
env:

0 commit comments

Comments
 (0)