Skip to content

Commit

Permalink
Deploy unzipped AppImage alongside zipped (Mudlet#2407)
Browse files Browse the repository at this point in the history
* Deploy unzipped AppImage alongside zipped

* Don't version the file, appimage.github.io wants it that way
  • Loading branch information
vadi2 authored Mar 12, 2019
1 parent 66a2a0b commit 62ff58a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CI/travis.linux.after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ if [ "${Q_OR_C_MAKE}" = "qmake" ] && [ "${CC}" = "gcc" ]; then
tar -czvf "Mudlet-${VERSION}-linux-x64.AppImage.tar" "Mudlet.AppImage"

scp -i /tmp/mudlet-deploy-key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null "Mudlet-${VERSION}-linux-x64.AppImage.tar" "keneanung@mudlet.org:${DEPLOY_PATH}"
# upload an unzipped, unversioned release for appimage.github.io
scp -i /tmp/mudlet-deploy-key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null "Mudlet.AppImage" "keneanung@mudlet.org:${DEPLOY_PATH}"
DEPLOY_URL="http://www.mudlet.org/wp-content/files/Mudlet-${VERSION}-linux-x64.AppImage.tar"


Expand Down

0 comments on commit 62ff58a

Please sign in to comment.