We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b087021 commit a440a45Copy full SHA for a440a45
1 file changed
.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ jobs:
11
12
steps:
13
- name: Deploy Mautic
14
- uses: escopecz/mautic-do-action@0.0.0
+ uses: escopecz/mautic-do-action@0.2.0
15
with:
16
vps-name: ${{ github.event.inputs.vps_name || vars.VPS_NAME || format('mautic-{0}', github.ref_name) }}
17
vps-size: ${{ github.event.inputs.vps_size || 's-1vcpu-1gb' }}
@@ -23,4 +23,4 @@ jobs:
23
mysql-root-password: ${{ secrets.MYSQL_ROOT_PASSWORD || secrets.MAUTIC_PASSWORD }}
24
digitalocean-token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
25
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
26
- mautic-port: '8001'
+ mautic-port: '8001'
0 commit comments