File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ concurrency:
33 group : ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
44 cancel-in-progress : true
55on :
6- push :
7- branches : [main]
86 pull_request :
97 branches : [main]
108permissions :
Original file line number Diff line number Diff line change 1414 destroy-pr-preview :
1515 name : 🧹 Destroy PR Preview
1616 runs-on : ubuntu-latest
17- environment :
18- name : pr-preview
1917 steps :
2018 - uses : actions/checkout@v4
2119 - uses : forge-42/fly-destroy@v1.0.0-rc.2
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ primary_region = 'fra'
1111[http_service ]
1212 internal_port = 3000
1313 force_https = true
14- auto_stop_machines = ' stop '
14+ auto_stop_machines = ' suspend '
1515 auto_start_machines = true
1616 min_machines_running = 0
1717 processes = [' app' ]
1818
1919[[vm ]]
20- memory = ' 512mb '
20+ memory = ' 256mb '
2121 cpu_kind = ' shared'
2222 cpus = 1
You can’t perform that action at this time.
0 commit comments