Add schedule event to cicd
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 3m52s
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 3m52s
This commit is contained in:
parent
bff6545d1f
commit
b1b87df634
6
.github/workflows/demo.yml
vendored
6
.github/workflows/demo.yml
vendored
@ -1,8 +1,8 @@
|
|||||||
name: Demo - Build & Deploy to Scaleway
|
name: Demo - Build & Deploy to Scaleway
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
schedule:
|
||||||
branches: [legacy_dev]
|
- cron: '20 13 * * *' # 13:20 UTC -> 15:20 CEST
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PROJECT_ID_LECOFFRE: 72d08499-37c2-412b-877e-f8af0471654a
|
PROJECT_ID_LECOFFRE: 72d08499-37c2-412b-877e-f8af0471654a
|
||||||
@ -40,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: staging
|
environment: demo
|
||||||
steps:
|
steps:
|
||||||
- name: Install CLI
|
- name: Install CLI
|
||||||
uses: scaleway/action-scw@v0
|
uses: scaleway/action-scw@v0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user