Test deploiement automatique 2
Some checks failed
Déploiement Hugo Staging / deploy-staging (push) Failing after 0s
Some checks failed
Déploiement Hugo Staging / deploy-staging (push) Failing after 0s
This commit is contained in:
parent
b8034dda9a
commit
ea29ff6058
@ -12,6 +12,9 @@ jobs:
|
|||||||
- name: Déployer sur staging
|
- name: Déployer sur staging
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
# Déclare /home/deploy/staging comme safe pour Git
|
||||||
|
git config --global --add safe.directory /home/deploy/staging
|
||||||
|
|
||||||
# Dirige-toi dans le clone staging
|
# Dirige-toi dans le clone staging
|
||||||
cd /home/deploy/staging
|
cd /home/deploy/staging
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user