diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b9d9e1..e5e786f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,9 +25,9 @@ Deploy: before_script: - apk add openssh-client lftp - eval $(ssh-agent -s) - - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - - mkdir -p ~/.ssh - chmod 700 ~/.ssh + - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' script: - lftp sftp://fainsil:DUMMY@ftp.perso.bde.inp-toulouse.fr -e "mirror -e -R _site www_public --exclude content ; quit" diff --git a/src/index.md b/src/index.md index b3f6ff1..bdd6153 100755 --- a/src/index.md +++ b/src/index.md @@ -10,7 +10,7 @@ layout: layout.njk # whoami {data-chaffle="en"} -Hi, my name's Laurent Fainsin, and I'm currently an M1 engineering student at [ENSEEIHT](https://www.enseeiht.fr/) in France. I study [Computer Science](https://www.enseeiht.fr/fr/formation/formation-ingenieur/departement-sn/programme-sn.html) and this is my personnal website to showcase my work. Here is my [resume]({{ '/resume/en' | url }}) if you are professionally interested. +Hi, my name's Laurent Fainsin, and I'm currently an M1 [engineering](https://www.francecompetences.fr/recherche/rncp/35713/) student at [ENSEEIHT](https://www.enseeiht.fr/) in France. I study [Computer Science](https://www.enseeiht.fr/fr/formation/formation-ingenieur/departement-sn/programme-sn.html) and this is my personnal website to showcase my work. Here is my [resume]({{ '/resume/en' | url }}) if you are professionally interested. ---