Skip to content

Commit a440a45

Browse files
authored
Update mautic-do-action version to 0.2.0
1 parent b087021 commit a440a45

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

1212
steps:
1313
- name: Deploy Mautic
14-
uses: escopecz/mautic-do-action@0.0.0
14+
uses: escopecz/mautic-do-action@0.2.0
1515
with:
1616
vps-name: ${{ github.event.inputs.vps_name || vars.VPS_NAME || format('mautic-{0}', github.ref_name) }}
1717
vps-size: ${{ github.event.inputs.vps_size || 's-1vcpu-1gb' }}
@@ -23,4 +23,4 @@ jobs:
2323
mysql-root-password: ${{ secrets.MYSQL_ROOT_PASSWORD || secrets.MAUTIC_PASSWORD }}
2424
digitalocean-token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
2525
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
26-
mautic-port: '8001'
26+
mautic-port: '8001'

0 commit comments

Comments
 (0)