Skip to content

Commit 952c2cb

Browse files
committed
✨ Update Deployment Workflow to Include Environment Specification
- Add environment specification for the deployment job in the deploy.dev.yml workflow to ensure proper context during deployment.
1 parent 0d2c413 commit 952c2cb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.dev.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Déploiement sur VPS (dev)
22

3+
4+
35
on:
46
push:
57
branches: [main, develop]
@@ -15,6 +17,7 @@ env:
1517
jobs:
1618
deploy:
1719
runs-on: ubuntu-latest
20+
environment: dev
1821
steps:
1922
- name: Vérifier le code
2023
uses: actions/checkout@v4

0 commit comments

Comments
 (0)