1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-07 15:40:24 +00:00

Refresh deployment key

This commit is contained in:
Luke Ceddia 2019-01-04 23:43:46 +11:00
parent ab2707b0b6
commit 0f493aed2c
4 changed files with 14 additions and 18 deletions

View file

@ -2,38 +2,34 @@ language: cpp
install: true install: true
script: ".travis/build.sh" script: ".travis/build.sh"
after_success: ".travis/push.sh" after_success: ".travis/push.sh"
matrix: matrix:
include: include:
- os: osx - os: osx
compiler: clang compiler: clang
- os: linux - os: linux
compiler: gcc compiler: gcc
notifications: notifications:
irc: irc:
channels: chat.freenode.net#qb64 channels: chat.freenode.net#qb64
skip_join: true skip_join: true
template: template:
- "Autobuild of branch %{branch}: %{message}" - 'Autobuild of branch %{branch}: %{message}'
addons: addons:
ssh_known_hosts: qb64.org ssh_known_hosts: qb64.org
apt: apt:
packages: packages:
- p7zip-full - p7zip-full
before_deploy: before_deploy:
- openssl aes-256-cbc -K $encrypted_089141d01927_key -iv $encrypted_089141d01927_iv -in .travis/deploy_rsa.enc -out /tmp/deploy_rsa -d - openssl aes-256-cbc -K $encrypted_6103193d0555_key -iv $encrypted_6103193d0555_iv
-in travis-qb64.org_rsa.enc -out /tmp/travis-qb64.org_rsa -d
- eval "$(ssh-agent -s)" - eval "$(ssh-agent -s)"
- chmod 600 /tmp/deploy_rsa - chmod 600 /tmp/travis-qb64.org_rsa
- ssh-add /tmp/deploy_rsa - ssh-add /tmp/travis-qb64.org_rsa
deploy: deploy:
provider: script provider: script
skip_cleanup: true skip_cleanup: true
script: .travis/deploy.sh script: ".travis/deploy.sh"
on: on:
branch: branch:
- development - development
- master - master

Binary file not shown.

Binary file not shown.

Binary file not shown.