Update .gitea/workflows/deploy.yml
Some checks failed
Deploy to Scaleway / build-and-deploy (pull_request) Failing after 1s

This commit is contained in:
2025-11-19 15:20:51 +00:00
parent 3b8a4461c7
commit 67b08b6124

View File

@@ -11,9 +11,6 @@ jobs:
if: github.event.pull_request.merged == true
runs-on: self-hosted
container:
image: scaleway/cli:latest
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -30,6 +27,11 @@ jobs:
- name: Build Hugo site
run: hugo --minify
- 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
- name: Configure Scaleway CLI
run: |
scw init access-key=${{ secrets.SCW_ACCESS_KEY }} \