Skip to content

Commit 285d065

Browse files
authored
Upsizing to 2G RAM
1 parent cacdb84 commit 285d065

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,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- name: Deploy Mautic
14-
uses: escopecz/mautic-do-action@0.3.4
14+
uses: escopecz/mautic-do-action@0.4.0
1515
with:
1616
vps-name: ${{ github.event.inputs.vps_name || vars.VPS_NAME || format('mautic-{0}', github.ref_name) }}
17-
vps-size: 's-1vcpu-1gb'
17+
vps-size: 's-1vcpu-2gb'
1818
vps-region: 'ams3'
1919
domain: 'm.veetr.com'
2020
email: ${{ vars.EMAIL_ADDRESS }}

0 commit comments

Comments
 (0)