Skip to content

Commit 3fdbffd

Browse files
committed
Add ssh key in same step
1 parent de2f59e commit 3fdbffd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ jobs:
2525
with:
2626
ref: ${{ env.TARGET_BRANCH }}
2727
path: 'out'
28-
- name: Add SSH key
28+
- name: Deploy
2929
run: |
3030
eval "$(ssh-agent -s)"
3131
ssh-add - <<< "${{ secrets.DEPLOY_KEY }}"
32-
- name: Deploy
33-
run: bash .github/deploy.sh
32+
bash .github/deploy.sh

0 commit comments

Comments
 (0)