mirror of
https://github.com/bunkerity/bunkerized-nginx
synced 2023-12-13 21:30:18 +01:00
deps/gha: bump scaleway/action-scw
Bumps [scaleway/action-scw](https://github.com/scaleway/action-scw) from bbcfd65cd2af73456ce439088e0d42c1657c4c38 to c718eca1fcb9fec1fb1433752d61599c6a0ad2e9.
- [Release notes](https://github.com/scaleway/action-scw/releases)
- [Commits](bbcfd65cd2...c718eca1fc
)
---
updated-dependencies:
- dependency-name: scaleway/action-scw
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a7535c300a
commit
8585007bcb
2 changed files with 2 additions and 2 deletions
2
.github/workflows/create-arm.yml
vendored
2
.github/workflows/create-arm.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Create ARM VM
|
- name: Create ARM VM
|
||||||
id: scw
|
id: scw
|
||||||
uses: scaleway/action-scw@bbcfd65cd2af73456ce439088e0d42c1657c4c38
|
uses: scaleway/action-scw@c718eca1fcb9fec1fb1433752d61599c6a0ad2e9
|
||||||
with:
|
with:
|
||||||
args: instance server create zone=fr-par-2 type=AMP2-C48 root-volume=block:50GB
|
args: instance server create zone=fr-par-2 type=AMP2-C48 root-volume=block:50GB
|
||||||
save-config: true
|
save-config: true
|
||||||
|
|
2
.github/workflows/rm-arm.yml
vendored
2
.github/workflows/rm-arm.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Delete ARM VM
|
- name: Delete ARM VM
|
||||||
uses: scaleway/action-scw@bbcfd65cd2af73456ce439088e0d42c1657c4c38
|
uses: scaleway/action-scw@c718eca1fcb9fec1fb1433752d61599c6a0ad2e9
|
||||||
with:
|
with:
|
||||||
args: instance server delete ${{ secrets.ARM_ID }} zone=fr-par-2 with-ip=true with-volumes=all force-shutdown=true
|
args: instance server delete ${{ secrets.ARM_ID }} zone=fr-par-2 with-ip=true with-volumes=all force-shutdown=true
|
||||||
version: v2.13.0
|
version: v2.13.0
|
||||||
|
|
Loading…
Reference in a new issue