Skip to content

Commit cacdb84

Browse files
authored
Update Mautic action version and domain
1 parent db8a7b4 commit cacdb84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111

1212
steps:
1313
- name: Deploy Mautic
14-
uses: escopecz/mautic-do-action@0.3.3
14+
uses: escopecz/mautic-do-action@0.3.4
1515
with:
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: 'veetr.com'
19+
domain: 'm.veetr.com'
2020
email: ${{ vars.EMAIL_ADDRESS }}
2121
mautic-password: ${{ secrets.MAUTIC_PASSWORD }}
2222
mysql-password: ${{ secrets.MYSQL_PASSWORD }}

0 commit comments

Comments
 (0)