-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdeployment.ini
More file actions
executable file
·43 lines (37 loc) · 932 Bytes
/
deployment.ini
File metadata and controls
executable file
·43 lines (37 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
; remote FTP server
remote = ftp://USER:PASSWORD@HOST
; local path (optional)
local = .
; run in test-mode? (can be enabled by option -t or --test too)
test = no
; files and directories to ignore
ignore = "
.git*
/deployment.*
.DS_Store
/.idea
/assets
/libs/dg/ftp-deployment
/libs/nette/tester/tests
/libs/janmarek/mockista/tests
/libs/symfony
/libs/doctrine/common/tests
/libs/doctrine/orm/tests
/libs/doctrine/dbal/tests
/libs/doctrine/dbal/docs
/libs/nette/nette/tests
tests/*
temp/*
!temp/.htaccess
log/*
config.*.neon
!log/.htaccess
"
; is allowed to delete remote files? (defaults to yes)
allowdelete = yes
; jobs to run before file upload
; before[] = http://example.com/deployment.php?before
; jobs to run after file upload
; after[] = http://example.com/deployment.php?after
; directories to purge after file upload
purge[] = temp/cache