Skip to content
Snippets Groups Projects
Commit 6ae2927a authored by Léa Raya DÉCORNOD's avatar Léa Raya DÉCORNOD
Browse files

pre-download discord deb

parent 4832a34b
Branches
No related merge requests found
Pipeline #373257 passed with stages
in 42 seconds
......@@ -36,8 +36,10 @@ deploy:on-schedule:
url: https://deb.decornod.com
script:
- debrepo-upload -r "$SFTP_HOST" -u "$SFTP_USERNAME" -d testing -c whatsapp deb https://github.com/eneshecan/whatsapp-for-linux/releases
- debrepo-upload -r "$SFTP_HOST" -u "$SFTP_USERNAME" -d testing -c discord deb "https://discord.com/api/download?platform=linux&format=deb"
- debrepo-upload -r "$SFTP_HOST" -u "$SFTP_USERNAME" -d testing -c obs deb https://github.com/univrsal/tuna/releases
- debrepo-upload -r "$SFTP_HOST" -u "$SFTP_USERNAME" -d testing -c goxlr deb https://github.com/GoXLR-on-Linux/goxlr-utility/releases
- debrepo-upload -r "$SFTP_HOST" -u "$SFTP_USERNAME" -d testing -c mattermost-desktop deb https://github.com/mattermost/desktop/releases/latest
- debrepo-upload -r "$SFTP_HOST" -u "$SFTP_USERNAME" -d testing -c rocketchat deb https://github.com/RocketChat/Rocket.Chat.Electron/releases/latest
- >
curl -Lo discord.deb 'https://discord.com/api/download?platform=linux&format=deb'
&& debrepo-upload -r "$SFTP_HOST" -u "$SFTP_USERNAME" -d testing -c discord deb discord.deb
......@@ -3,7 +3,7 @@ FROM debian:testing
RUN \
DEBIAN_FRONTEND=noninteractive apt update -yqq &&\
DEBIAN_FRONTEND=noninteractive apt -qy install --no-install-recommends \
devscripts \
devscripts curl \
python3-debian python3-gpg python3-paramiko python3-requests python3 &&\
rm -rf /var/lib/apt/lists/*
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment