-
Notifications
You must be signed in to change notification settings - Fork 1
/
.cpanel.yml
28 lines (20 loc) · 1.08 KB
/
.cpanel.yml
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
deployment:
tasks:
- export DEPLOYPATH=/home/vcodertest/public_html/rawal-dev
- /bin/cp -r * $DEPLOYPATH
- export DEPLOYPATH=/home/vcodertest/public_html/rawal-demos/electronics
- /bin/cp -r * $DEPLOYPATH
# - export DEPLOYPATH=/home/vcodertest/public_html/rawal-demos/fashion
# - /bin/cp -r * $DEPLOYPATH
# - export DEPLOYPATH=/home/vcodertest/public_html/rawal-demos/grocery
# - /bin/cp -r * $DEPLOYPATH
# - export DEPLOYPATH=/home/vcodertest/public_html/rawal-demos/market
# - /bin/cp -r * $DEPLOYPATH
# - export DEPLOYPATH=/home/netthemesco/public_html/laravelCommerce/rawal/rawal
# - /bin/cp -r * $DEPLOYPATH
# - export DEPLOYPATH=/home/netthemesco/public_html/laravelCommerce/rawal/admin
# - /bin/cp -r * $DEPLOYPATH
# - export DEPLOYPATH=/home/netthemesco/public_html/laravelCommerce/namal/namal
# - /bin/cp -r * $DEPLOYPATH
# - export DEPLOYPATH=/home/netthemesco/public_html/laravelCommerce/namal/admin
# - /bin/cp -r * $DEPLOYPATH