Skip to content

Commit 309d3d7

Browse files
committed
Add github workflow for staging --fix
1 parent be776d6 commit 309d3d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cd_stage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
steps:
1212
- run: |
1313
echo "${{ secrets.SSH_PRIVATE_KEY_DIGITAL_OCEAN }}" $> ~/ssh_key
14+
mkdir .ssh
1415
echo "${{ secrets.KNOWN_HOSTS }}" $> ~/.ssh/known_hosts
1516
ssh -i ~/ssh_key root@64.227.158.123
1617
echo "${{ secrets.SSH_KEY_PASSKEY }}" && echo -ne '\n'

0 commit comments

Comments
 (0)