File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -69,13 +69,16 @@ build:
69
69
70
70
internal_http :
71
71
<< : *upload_template
72
+ tags :
73
+ - deploy
74
+ - shanghai
72
75
stage : private_deploy
73
76
variables :
74
77
GIT_STRATEGY : none
75
78
SRV_KEY : ${INTRNL_KEY}
76
79
SRV_DIR : ${INTRNL_SERVER_CD_DIR}
77
80
SRV_SERVER_SSH : ${INTRNL_SERVER_SSH}
78
- SRV_UPLOAD_PATH : ${INTRNL_SERVER_SSH}:${SRV_DIR }
81
+ SRV_UPLOAD_PATH : ${INTRNL_SERVER_SSH}:${INTRNL_SERVER_CD_DIR }
79
82
SRV_LATEST_NAME : latest
80
83
SRV_HTTP_URL : ${INTRNL_SERVER_HTTP}
81
84
@@ -87,11 +90,11 @@ public_http:
87
90
variables :
88
91
GIT_STRATEGY : none
89
92
SRV_KEY : ${DL_KEY}
90
- SRV_DIR : " ${DL_SERVER_CD_DIR}"
93
+ SRV_DIR : ${DL_SERVER_CD_DIR}
91
94
SRV_SERVER_SSH : ${DL_SERVER_SSH}
92
- SRV_UPLOAD_PATH : ${DL_SERVER_SSH}:${SRV_DIR }
95
+ SRV_UPLOAD_PATH : ${DL_SERVER_SSH}:${DL_SERVER_CD_DIR }
93
96
SRV_LATEST_NAME : latest
94
- SRV_HTTP_URL : ${DL_SERVER_HTTP}/${SRV_DIR }
97
+ SRV_HTTP_URL : ${DL_SERVER_HTTP}/${DL_SERVER_CD_DIR }
95
98
96
99
.git_sync_template : &git_sync_template
97
100
stage : public_deploy
You can’t perform that action at this time.
0 commit comments