Skip to content

Commit 5982955

Browse files
authored
Fix deployment script (#125)
1 parent 98529ee commit 5982955

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
/vendor-bin/box/vendor/
1111
/.travis/
1212
!/.travis/.gitkeep
13+
!/.travis/secrets.tar.enc

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ matrix:
2020
- php: nightly
2121
fast_finish: true
2222

23-
before_script: phpenv config-rm xdebug.ini || true
23+
before_install:
24+
- phpenv config-rm xdebug.ini || true
25+
- openssl aes-256-cbc -K $encrypted_22e6e244c213_key -iv $encrypted_22e6e244c213_iv
26+
- in .travis/secrets.tar.enc -out .travis/secrets.tar -d
2427

2528
install:
2629
- set -eo pipefail

.travis/secrets.tar.enc

5.02 KB
Binary file not shown.

0 commit comments

Comments
 (0)