Skip to content
Snippets Groups Projects
Commit e9132b2c authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Push built code automatically

parent cb7bf0e3
No related branches found
No related tags found
No related merge requests found
/*
!/built
!/tools
!/elasticsearch
!/package.json
......@@ -16,6 +16,19 @@ before_script:
- cp ./.ci-files/test.yml ./.config
- npm run build
after_success:
- openssl aes-256-cbc -K $encrypted_ceda82069128_key -iv $encrypted_ceda82069128_iv -in travis_rsa.enc -out travis_rsa -d
- cp .travis_rsa ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
- git checkout -b release
- cp -f .gitignore-release .gitignore
- git add --all
- git config --global user.email "AyaMorisawa4869@gmail.com"
- git config --global user.name "Aya Morisawa"
- git commit -m "Release build for $TRAVIS_COMMIT"
- if [ $TRAVIS_BRANCH = "master" ]; then git push -f git@github.com:syuilo/misskey release; fi
env:
- CXX=g++-4.8
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment