Skip to content

Commit a180b4c

Browse files
author
Clyde Johnston
committed
Corrected domain name for deployment
1 parent 5f383f5 commit a180b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Deploy website
1212
runs-on: ubuntu-latest
1313
env:
14-
TARGET_DIR: "${{ contains(github.ref, '/master') && '/var/www/opencyphal.com' || '/var/www/uat.opencyphal.com' }}"
14+
TARGET_DIR: "${{ contains(github.ref, '/master') && '/var/www/opencyphal.org' || '/var/www/uat.opencyphal.org' }}"
1515

1616
steps:
1717
- name: Retrieve repository

0 commit comments

Comments
 (0)