Skip to content

Commit

Permalink
Tentative de correction de la CD
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrelemee committed Jan 3, 2025
1 parent 4dbcd5a commit ad636b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
# Fetch all history
fetch-depth: 0
ref: develop
- name: Install clever tools
run: |
npm install -g clever-tools
Expand All @@ -26,6 +27,6 @@ jobs:
CLEVER_SECRET: ${{ secrets.CLEVER_SECRET }}
CLEVER_TOKEN: ${{ secrets.CLEVER_TOKEN }}
run: |
echo $CC_APP_ID
git rev-parse HEAD
clever link $CC_APP_ID
clever deploy --alias precontentieux-dev --force
1 change: 1 addition & 0 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
# Fetch all history
fetch-depth: 0
ref: prod
- name: Install clever tools
run: |
npm install -g clever-tools
Expand Down

0 comments on commit ad636b0

Please sign in to comment.