Explorar el Código

Ajout d'un script de déploiementt

master
Dimitri Merejkowsky hace 5 años
padre
commit
3415049a60
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. +9
    -0
      cours/deploy.py

+ 9
- 0
cours/deploy.py Ver fichero

@@ -0,0 +1,9 @@
import subprocess


def main():
subprocess.run("rsync --itemize-changes build/*.pdf dedi3:/srv/nginx/e2l/python/", shell=True)


if __name__ == "__main__":
main()