Skip to content

Commit b087021

Browse files
committed
More simplification
1 parent 3383bc4 commit b087021

4 files changed

Lines changed: 1 addition & 807 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,6 @@ on:
44
push:
55
branches:
66
- '*'
7-
workflow_dispatch:
8-
inputs:
9-
vps_name:
10-
description: 'VPS Name'
11-
required: false
12-
default: ''
13-
vps_size:
14-
description: 'VPS Size'
15-
required: false
16-
default: 's-2vcpu-2gb'
17-
type: choice
18-
options:
19-
- 's-1vcpu-1gb'
20-
- 's-2vcpu-2gb'
21-
- 's-2vcpu-4gb'
22-
- 's-4vcpu-8gb'
237

248
jobs:
259
deploy:
@@ -30,7 +14,7 @@ jobs:
3014
uses: escopecz/mautic-do-action@0.0.0
3115
with:
3216
vps-name: ${{ github.event.inputs.vps_name || vars.VPS_NAME || format('mautic-{0}', github.ref_name) }}
33-
vps-size: ${{ github.event.inputs.vps_size || 's-2vcpu-2gb' }}
17+
vps-size: ${{ github.event.inputs.vps_size || 's-1vcpu-1gb' }}
3418
vps-region: 'nyc1'
3519
domain: ${{ vars.DOMAIN || '' }}
3620
email: ${{ vars.EMAIL_ADDRESS }}

0 commit comments

Comments
 (0)