Compare commits

..

No commits in common. "2bfeee9553fe9edc426c1f8968e9205baeb5121e" and "04b86aad88c214f99c0a58032757e4cec225e970" have entirely different histories.

View File

@ -17,7 +17,9 @@ server:
steps: steps:
- name: Clonage du Repo - name: Clonage du Repo
commands: commands:
- git clone https://git.deligraph.be/Antoine/lhoist-stay-safe.git - git clone https://git.deligraph.be/Antoine/lhoist-stay-safe__backend-theme.git
- ls
# - git clone https://git.deligraph.be/Antoine/lhoist-stay-safe.git
- name: Installation du package - name: Installation du package
commands: commands:
- cd lhoist-stay-safe - cd lhoist-stay-safe
@ -41,4 +43,3 @@ steps:
commands: commands:
- cd lhoist-stay-safe - cd lhoist-stay-safe
- rsync -avhpn -e 'ssh -p 22' ./build/ $PROD_SERVER_PATH:$PROD_FOLDER_PATH --delete - rsync -avhpn -e 'ssh -p 22' ./build/ $PROD_SERVER_PATH:$PROD_FOLDER_PATH --delete