Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
Updated key
Browse files Browse the repository at this point in the history
  • Loading branch information
rodica-andronache committed Nov 26, 2018
1 parent 97ac160 commit 8588793
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ install:
script:
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then grunt travis; fi;
before_deploy:
- openssl aes-256-cbc -K $encrypted_d069f3374b98_key -iv $encrypted_d069f3374b98_iv
-in themeisle.enc -out /tmp/key -d
- chmod +x bin/prepare-deploy.sh
- ". ./bin/prepare-deploy.sh"
deploy:
Expand Down Expand Up @@ -63,4 +65,4 @@ after_deploy:
- chmod +x bin/deploy.sh
- ". ./bin/deploy.sh"
after_failure:
- cat logs/phpcs.log
- cat logs/phpcs.log
Binary file modified themeisle.enc
Binary file not shown.

0 comments on commit 8588793

Please sign in to comment.