ソースを参照

Ajout d'un script de déploiementt

master
Dimitri Merejkowsky 5年前
コミット
3415049a60
1個のファイルの変更9行の追加0行の削除
  1. +9
    -0
      cours/deploy.py

+ 9
- 0
cours/deploy.py ファイルの表示

@@ -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()