We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35cd0f commit 9c75ec9Copy full SHA for 9c75ec9
1 file changed
.github/workflows/deploy.yml
@@ -11,12 +11,12 @@ jobs:
11
12
steps:
13
- name: Deploy Mautic
14
- uses: escopecz/mautic-do-action@0.2.0
+ uses: escopecz/mautic-do-action@0.3.0
15
with:
16
vps-name: ${{ github.event.inputs.vps_name || vars.VPS_NAME || format('mautic-{0}', github.ref_name) }}
17
vps-size: 's-1vcpu-1gb'
18
vps-region: 'ams3'
19
- domain: 'veetr.com'
+ domain: ''
20
email: ${{ vars.EMAIL_ADDRESS }}
21
mautic-password: ${{ secrets.MAUTIC_PASSWORD }}
22
mysql-password: ${{ secrets.MYSQL_PASSWORD }}
0 commit comments