Skip to content

Commit

Permalink
Tweak upload script.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeust committed Oct 9, 2013
1 parent c85cc9a commit 4c66153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upload-beta
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#scp `ls -tr *beta.zip|tail -1` cedric@beust.com:w/testng
scp `ls -tr target/*beta.zip|tail -1` beust.com@beust.com:domains/testng.org/html
ssh beust.com@beust.com cat testng/beta/index.html
scp `ls -tr target/*beta.zip|tail -1` beust:domains/testng.org/html
ssh beust cat testng/beta/index.html

0 comments on commit 4c66153

Please sign in to comment.