WIP: test de la CI
/ synchro (push) Successful in 1s Details
/ tests (push) Successful in 10s Details
/ deploiement (push) Successful in 18s Details

This commit is contained in:
Adrien Bourmault 2023-10-20 11:28:38 +02:00
parent 7b6aee6a48
commit fda9803961
Signed by: neox
GPG Key ID: 2974E1D5F25DFCC8
1 changed files with 1 additions and 1 deletions

View File

@ -14,8 +14,8 @@ jobs:
- name: Synchronize files - name: Synchronize files
shell: bash shell: bash
run: | run: |
rsync -avzlh --delete --filter='P sidebar/*' * /home/webmaster/site-chalec.org/articles/
cd www cd www
rsync -avzlh --delete --filter='P sidebar/*' * /home/webmaster/site-chalec.org/articles/
echo $(git diff-tree --no-commit-id --name-only -r master | grep stl || find . -name "*.stl" -printf "%P\n") > /home/webmaster/site-chalec.org/.modified echo $(git diff-tree --no-commit-id --name-only -r master | grep stl || find . -name "*.stl" -printf "%P\n") > /home/webmaster/site-chalec.org/.modified
- run: echo "Job ended with status '${{ job.status }}'." - run: echo "Job ended with status '${{ job.status }}'."