Commit 02619be idealpersona
committed
1 parent b3c7298 commit 02619be Copy full SHA for 02619be
File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,11 @@ deploy:
34
34
script : echo ${SSH_KEY} | base64 --decode > key && chmod 600 key && scp -o StrictHostKeyChecking=no -i key bin/Release/Assembly-CSharp.dll ${UPLOAD_SERVER}/tsumihoroboshi/ 2>/dev/null
35
35
on :
36
36
branch : tsumi-mod
37
+ - skip_cleanup : true
38
+ provider : script
39
+ script : echo ${SSH_KEY} | base64 --decode > key && chmod 600 key && scp -o StrictHostKeyChecking=no -i key bin/Release/Assembly-CSharp.dll ${UPLOAD_SERVER}/minagoroshi/ 2>/dev/null
40
+ on :
41
+ branch : mina-mod-test
37
42
- skip_cleanup : true
38
43
provider : script
39
44
script : echo ${SSH_KEY} | base64 --decode > key && chmod 600 key && scp -o StrictHostKeyChecking=no -i key bin/Release/Assembly-CSharp.dll ${UPLOAD_SERVER}/consolearcs/ 2>/dev/null
You can’t perform that action at this time.
0 commit comments