Skip to content

Commit

Permalink
Change host.
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklan committed Nov 12, 2021
1 parent 29a6ef1 commit 41b584a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-to-drupal-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
SSH_USER: git
SSH_HOST: git.drupal.org
SSH_KEY: ${{ secrets.drupal_org_key }}
DRUPAL_ORG_REPO: git@git.drupal.org:project/yandex_yml.git
DRUPAL_ORG_REPO: git@drupal-org:project/yandex_yml.git

jobs:
push:
Expand All @@ -20,7 +20,7 @@ jobs:
echo "$SSH_KEY" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
cat >>~/.ssh/config <<END
Host drupalorg
Host drupal-org
HostName $SSH_HOST
User $SSH_USER
IdentityFile ~/.ssh/id_rsa
Expand Down

0 comments on commit 41b584a

Please sign in to comment.