Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 8dcee06

Browse files
committed
Moved command from one script to another to improve the deployment process
1 parent 7c7e926 commit 8dcee06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ matrix:
2020
- php: hhvm
2121

2222
before_install:
23-
- openssl aes-256-cbc -K $encrypted_f21abcc37842_key -iv $encrypted_f21abcc37842_iv
24-
-in .travis/secrets.tar.enc -out .travis/secrets.tar -d
2523
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini ; fi
2624
- travis_retry composer self-update
2725

bin/deploy.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ git describe --tags --exact-match HEAD || {
88
exit 0;
99
}
1010

11+
openssl aes-256-cbc -K $encrypted_f21abcc37842_key -iv $encrypted_f21abcc37842_iv -in .travis/secrets.tar.enc -out .travis/secrets.tar -d
12+
1113
# Unpack secrets
1214
tar xvf .travis/secrets.tar -C .travis
1315

0 commit comments

Comments
 (0)