Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edenleung committed Jul 14, 2020
1 parent 0a6fe4e commit c723088
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ cache:
- "$HOME/.composer/cache"

before_deploy:
- openssl aes-256-cbc -K $encrypted_8c755eb21658_key -iv $encrypted_8c755eb21658_iv -in travis.enc -out ~/.ssh/travis -d
- chmod 600 ~/.ssh/travis
#- openssl aes-256-cbc -K $encrypted_8c755eb21658_key -iv $encrypted_8c755eb21658_iv -in travis.enc -out ~/.ssh/travis -d
#- chmod 600 ~/.ssh/travis
- composer self-update
- composer install --no-dev --no-interaction --ignore-platform-reqs
- zip -r --exclude='*.git*' --exclude='*.zip' --exclude='*.travis.yml' Tant_Full.zip .
- zip -r --exclude='*.git*' --exclude='*.zip' --exclude='*.travis.yml' TAnt_Full.zip .
- export DOCKER_CLI_EXPERIMENTAL=enabled
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- cp .env.example .env
Expand All @@ -34,7 +34,7 @@ deploy:
api_key:
secure: rMCKulorfzZakJZtfjVLeuwG2x4G+cu+SgCLypL9CJDAYnE9RWMEL1sBFqcXdu45HchMh3SxlK/Vshg1KlHOvRSr6N21EvAAvdg45n47tT1kUJO41H2zFfl3r1WaQlZA/ZgEcCtBsEgnzDvhNEecIGGuXK7NYfFNbz6g3VyrbMruunx3I0FrzyxCO5uU8Urk5P6q1ElQT1jS2MpyMod/XdVgDEesN1MTX5hVcfVTquF0qBoUqNx3Kau6EweTKXsmLmiw1UxNPYbBKKIQ8tj+51aZHMulsKTIuHAdTIE/KplRpgITU9WYyGN6kKIn6tWWkt8Ti90yo9bh4PrCgs8K8ZHOqzGbIBMpAdj9PFOSS10/jRvqez4TjfCcWRnINupIQygpL1uHKzVyfidJ/eyPfBa0KkCKJimDH2Fp2yJdD0YgzV50vHCcuYwihuOD58UurL2HaxdwjnoIElDv38jaHl6NESvPp0kZzXnYqLEVmmP36LzBWB+TZD79EC9RLMd/5zrtkpeIiAaLVNjegcIcZSfjCy3TRGI1KcOpynZdqBAS4d9kKirycSeefoVKi9j7Av/KqZlyq34vT6gNyvdPD1X5UrUPcUiIdx5zBF/Bpm9bk2sWeONh5f18nots7BYyBmPEHmcbvzSLxLfCxFe6qOc2gU8TEIS+xeZcsrIeeP0=
file:
- "/home/travis/build/edenleung/think-admin/Tant_Full.zip"
- "/home/travis/build/edenleung/think-admin/TAnt_Full.zip"
skip_cleanup: true
overwrite: true
on:
Expand Down

0 comments on commit c723088

Please sign in to comment.