Skip to content

Commit d35cd0f

Browse files
authored
Set domain for deployment to 'veetr.com'
1 parent 358ef1b commit d35cd0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
vps-name: ${{ github.event.inputs.vps_name || vars.VPS_NAME || format('mautic-{0}', github.ref_name) }}
1717
vps-size: 's-1vcpu-1gb'
1818
vps-region: 'ams3'
19-
domain: ''
19+
domain: 'veetr.com'
2020
email: ${{ vars.EMAIL_ADDRESS }}
2121
mautic-password: ${{ secrets.MAUTIC_PASSWORD }}
2222
mysql-password: ${{ secrets.MYSQL_PASSWORD }}

0 commit comments

Comments
 (0)