add environment option

This commit is contained in:
2024-09-14 19:53:03 +02:00
parent a970f3744c
commit adf59afc29
2 changed files with 4 additions and 3 deletions

View File

@ -83,4 +83,4 @@ jobs:
echo " StrictHostKeyChecking no" >> ~/.ssh/config
- name: Deploy
run: vendor/bin/dep deploy environment=${{ inputs.environment }}
run: vendor/bin/dep deploy environment="${{ inputs.environment }}"