Compare commits

...

2 Commits

Author SHA1 Message Date
2649b60762 Merge pull request 'Update .gitea/workflows/deploy.yml' (#4) from update_ci into main
Reviewed-on: #4
2025-11-19 15:21:03 +00:00
67b08b6124 Update .gitea/workflows/deploy.yml
Some checks failed
Deploy to Scaleway / build-and-deploy (pull_request) Failing after 1s
2025-11-19 15:20:51 +00:00

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 }} \
@@ -43,4 +45,4 @@ jobs:
- name: Purge CDN Cache (optional)
run: |
scw edge-services pipeline purge pipeline-id=${{ secrets.SCW_PIPELINE_ID }}
scw edge-services pipeline purge pipeline-id=${{ secrets.SCW_PIPELINE_ID }}