Update .gitea/workflows/deploy.yml

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

View File

@@ -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: |