Compare commits
5 Commits
affa234d65
...
1621bc1d53
Author | SHA1 | Date | |
---|---|---|---|
![]() |
1621bc1d53 | ||
![]() |
f55b495449 | ||
![]() |
7ffbe26d2b | ||
![]() |
c34659902e | ||
![]() |
ea3d2d8e8d |
8
.github/workflows/demo.yml
vendored
8
.github/workflows/demo.yml
vendored
@ -1,8 +1,8 @@
|
||||
name: Demo - Build & Deploy to Scaleway
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [legacy_dev]
|
||||
schedule:
|
||||
- cron: '00 15 * * *' # 15:00 UTC -> 17:00 CEST
|
||||
|
||||
env:
|
||||
PROJECT_ID_LECOFFRE: 72d08499-37c2-412b-877e-f8af0471654a
|
||||
@ -17,6 +17,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: cicd
|
||||
- name: Setup SSH
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
@ -40,7 +42,7 @@ jobs:
|
||||
deploy-to-scaleway-lecoffre:
|
||||
needs: build-and-push-image-lecoffre
|
||||
runs-on: ubuntu-latest
|
||||
environment: staging
|
||||
environment: demo
|
||||
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:
|
||||
push:
|
||||
branches: [main]
|
||||
schedule:
|
||||
- cron: '00 20 * * *' # 20:00 UTC -> 22:00 CEST
|
||||
|
||||
env:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user