syncs any directory with new deployment script

This commit is contained in:
Jean-Christophe Vanhalle
2023-11-19 16:02:28 +01:00
parent 734e6f2824
commit 77730f0873
3 changed files with 60 additions and 4 deletions

8
.gitignore vendored
View File

@@ -1,11 +1,11 @@
.env
backup-volumes/
env_files/certs.env
env_files/manage.env
env_files/migrate-db.env
env_files/remote.env
exclude-list
tmp/
traefik-volumes/
webroot-remote/
webroot-volume/
/env_files/*
!/env_files/*example*
/deployment/*
!/deployment/*example*