Skip to content

Commit

Permalink
forcer la mise en preprod et prod sur clevercloud
Browse files Browse the repository at this point in the history
  • Loading branch information
kolok committed Jan 29, 2025
1 parent 92e3f77 commit 31e769f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd_preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- uses: 47ng/[email protected]
with:
alias: lvao-preprod-airflow-webserver
force: true
env:
CLEVER_TOKEN: ${{ secrets.CLEVER_TOKEN }}
CLEVER_SECRET: ${{ secrets.CLEVER_SECRET }}
Expand All @@ -53,6 +54,7 @@ jobs:
- uses: 47ng/[email protected]
with:
alias: lvao-preprod-airflow-scheduler
force: true
env:
CLEVER_TOKEN: ${{ secrets.CLEVER_TOKEN }}
CLEVER_SECRET: ${{ secrets.CLEVER_SECRET }}
2 changes: 2 additions & 0 deletions .github/workflows/cd_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- uses: 47ng/[email protected]
with:
alias: lvao-prod-airflow-webserver
force: true
env:
CLEVER_TOKEN: ${{ secrets.CLEVER_TOKEN }}
CLEVER_SECRET: ${{ secrets.CLEVER_SECRET }}
Expand All @@ -63,6 +64,7 @@ jobs:
- uses: 47ng/[email protected]
with:
alias: lvao-prod-airflow-scheduler
force: true
env:
CLEVER_TOKEN: ${{ secrets.CLEVER_TOKEN }}
CLEVER_SECRET: ${{ secrets.CLEVER_SECRET }}

0 comments on commit 31e769f

Please sign in to comment.