legacy_preprod #10

Merged
Omar merged 13 commits from legacy_preprod into main 2025-07-16 14:58:57 +00:00
Showing only changes of commit affa234d65 - Show all commits

View File

@ -15,7 +15,6 @@ env:
jobs:
build-and-push-image-lecoffre:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'schedule' && github.ref == 'refs/heads/legacy_dev' }}
steps:
- uses: actions/checkout@v4
- name: Setup SSH
@ -41,8 +40,7 @@ jobs:
deploy-to-scaleway-lecoffre:
needs: build-and-push-image-lecoffre
runs-on: ubuntu-latest
environment: demo
if: ${{ github.event_name == 'schedule' && github.ref == 'refs/heads/legacy_dev' }}
environment: staging
steps:
- name: Install CLI
uses: scaleway/action-scw@v0