Skip to content

Commit 696e25c

Browse files
committed
update deploy_latest for the new build server, cdn host
1 parent 9645826 commit 696e25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/bin/deploy_latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source build/bin/config.sh
22

33
# Push the latest git version to the CDN. This is done on a post commit hook
4-
scp -qr $OUTPUT/* jqadmin@code.origin.jquery.com:/var/www/html/code.jquery.com/mobile/latest/
4+
cp $OUTPUT/* /var/www/html/code.jquery.com/mobile/latest/

0 commit comments

Comments
 (0)