diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 3882788..b4f9bf2 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: build-and-deploy: if: github.event.pull_request.merged == true runs-on: self-hosted - + container: image: node:20-bookworm @@ -32,8 +32,8 @@ jobs: - name: Install Scaleway CLI 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" - chmod +x /usr/local/bin/scw + curl -s https://raw.githubusercontent.com/scaleway/scaleway-cli/master/scripts/get.sh | sh + scw version - name: Configure Scaleway CLI run: |