Compare commits

..

No commits in common. "1621bc1d5314030d7eae86641f2712f8a465531e" and "affa234d659937fc05934937428da6ea01ddf4d1" have entirely different histories.

2 changed files with 5 additions and 7 deletions

View File

@ -1,8 +1,8 @@
name: Demo - Build & Deploy to Scaleway name: Demo - Build & Deploy to Scaleway
on: on:
schedule: push:
- cron: '00 15 * * *' # 15:00 UTC -> 17:00 CEST branches: [legacy_dev]
env: env:
PROJECT_ID_LECOFFRE: 72d08499-37c2-412b-877e-f8af0471654a PROJECT_ID_LECOFFRE: 72d08499-37c2-412b-877e-f8af0471654a
@ -17,8 +17,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
ref: cicd
- name: Setup SSH - name: Setup SSH
run: | run: |
mkdir -p ~/.ssh mkdir -p ~/.ssh
@ -42,7 +40,7 @@ jobs:
deploy-to-scaleway-lecoffre: deploy-to-scaleway-lecoffre:
needs: build-and-push-image-lecoffre needs: build-and-push-image-lecoffre
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: demo environment: staging
steps: steps:
- name: Install CLI - name: Install CLI
uses: scaleway/action-scw@v0 uses: scaleway/action-scw@v0

View File

@ -1,8 +1,8 @@
name: Prod - Build & Deploy to Scaleway name: Prod - Build & Deploy to Scaleway
on: on:
schedule: push:
- cron: '00 20 * * *' # 20:00 UTC -> 22:00 CEST branches: [main]
env: env: