Skip to content

Commit 27e8eee

Browse files
committed
remove duplicated ssh action
1 parent 764d1cf commit 27e8eee

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,5 @@ jobs:
7575
with:
7676
ssh-private-key: ${{ secrets.DEPLOY_SSH_KEY }}
7777

78-
- name: Set up ssh
79-
run: |
80-
mkdir -p ~/.ssh
81-
echo "${{ secrets.DEPLOY_SSH_KEY }}" > ~/.ssh/id_ed25519
82-
chmod 600 ~/.ssh/id_ed25519
83-
ssh-keyscan "internal.europython.eu" > ~/.ssh/known_hosts
84-
8578
- name: Run deployment
8679
run: make deploy/app

0 commit comments

Comments
 (0)