Skip to content

Commit

Permalink
Add dummy ssh key.
Browse files Browse the repository at this point in the history
  • Loading branch information
arshadkhan53 committed May 14, 2022
1 parent 768a40b commit 1785712
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ php:
env:
global:
- DRUPAL_BASE_URL="https://127.0.0.1:49156"
- SSH_KEY = "wnsdkdsnasdnsknksnfkddmf md fdfdf dfdfndskfndsknfkdn nsdkasndkasnddsd"

install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
Expand All @@ -26,14 +27,12 @@ install:
before_script:
- cp .travis/phpunit.xml web/core
- ddev start -y
# - echo $SSH_KEY >> ~/.ssh/id_rsa.pub
- echo $SSH_KEY >> ~/.ssh/id_rsa.pub

script:
- vendor/bin/robo job:run-test-check
- git remote -v

after_success:
- vendor/bin/robo job:run-deploy
# - git remote add upstream [YOUR_SERVER_REMOTE_LIKE_PANTHEON_OR_AQUIA]
# - git push upstream

0 comments on commit 1785712

Please sign in to comment.