Compare commits
No commits in common. "1621bc1d5314030d7eae86641f2712f8a465531e" and "affa234d659937fc05934937428da6ea01ddf4d1" have entirely different histories.
1621bc1d53
...
affa234d65
8
.github/workflows/demo.yml
vendored
8
.github/workflows/demo.yml
vendored
@ -1,8 +1,8 @@
|
||||
name: Demo - Build & Deploy to Scaleway
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '00 15 * * *' # 15:00 UTC -> 17:00 CEST
|
||||
push:
|
||||
branches: [legacy_dev]
|
||||
|
||||
env:
|
||||
PROJECT_ID_LECOFFRE: 72d08499-37c2-412b-877e-f8af0471654a
|
||||
@ -17,8 +17,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: cicd
|
||||
- name: Setup SSH
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
@ -42,7 +40,7 @@ jobs:
|
||||
deploy-to-scaleway-lecoffre:
|
||||
needs: build-and-push-image-lecoffre
|
||||
runs-on: ubuntu-latest
|
||||
environment: demo
|
||||
environment: staging
|
||||
steps:
|
||||
- name: Install CLI
|
||||
uses: scaleway/action-scw@v0
|
||||
|
4
.github/workflows/prd.yml
vendored
4
.github/workflows/prd.yml
vendored
@ -1,8 +1,8 @@
|
||||
name: Prod - Build & Deploy to Scaleway
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '00 20 * * *' # 20:00 UTC -> 22:00 CEST
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
env:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user