This website works better with JavaScript.
Home
Explore
Help
Sign In
E2L_Ivry
/
cours-python
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Supprime les anciens fichiers pendant le déploiment
master
Dimitri Merejkowsky
4 years ago
parent
40ec30f569
commit
c3aa8c781b
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
cours/deploy.py
+ 1
- 0
cours/deploy.py
View File
@@ -7,6 +7,7 @@ def deploy(*, dry_run):
"rsync",
"--itemize-changes",
"--recursive",
"--delete",
"build/html/",
"dedi3:/srv/nginx/html/python",
]