We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cacdb84 commit 285d065Copy full SHA for 285d065
1 file changed
.github/workflows/deploy.yml
@@ -11,10 +11,10 @@ jobs:
11
12
steps:
13
- name: Deploy Mautic
14
- uses: escopecz/mautic-do-action@0.3.4
+ uses: escopecz/mautic-do-action@0.4.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'
+ vps-size: 's-1vcpu-2gb'
18
vps-region: 'ams3'
19
domain: 'm.veetr.com'
20
email: ${{ vars.EMAIL_ADDRESS }}
0 commit comments