Update .gitea/workflows/deploy.yml

This commit is contained in:
2025-11-19 15:32:18 +00:00
parent d0c5203173
commit f506db32af

View File

@@ -10,7 +10,7 @@ jobs:
build-and-deploy: build-and-deploy:
if: github.event.pull_request.merged == true if: github.event.pull_request.merged == true
runs-on: self-hosted runs-on: self-hosted
container: container:
image: node:20-bookworm image: node:20-bookworm
@@ -32,8 +32,8 @@ jobs:
- name: Install Scaleway CLI - name: Install Scaleway CLI
run: | run: |
curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.32.0/scaleway-cli_2.32.0_linux_amd64" curl -s https://raw.githubusercontent.com/scaleway/scaleway-cli/master/scripts/get.sh | sh
chmod +x /usr/local/bin/scw scw version
- name: Configure Scaleway CLI - name: Configure Scaleway CLI
run: | run: |