Skip to content

Commit 4435028

Browse files
authored
Trigger CI
1 parent 4316c42 commit 4435028

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: 14
15+
1516
- name: Configure Host
1617
run: |
1718
mkdir -p ~/.ssh
@@ -30,6 +31,7 @@ jobs:
3031
env:
3132
SSH_KEY: ${{secrets.SSH_KEY}}
3233
DEPLOY_KEY: ${{secrets.DEPLOY_KEY}}
34+
3335
- name: Start SSH Agent
3436
run: |
3537
eval "$(ssh-agent -s)"

0 commit comments

Comments
 (0)