Skip to content

Commit 705987a

Browse files
debug
1 parent f4ea779 commit 705987a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docshome.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
4141
- name: Copy artifact to server
4242
run: |
43-
ls -la ~/.ssh
43+
echo ${{ secrets.DEPLOY_DOCS_USERNAME }}
44+
echo ${{ secrets.DEPLOY_DOCS_HOST }}
4445
scp WebRootResources.tar.gz ${{ secrets.DEPLOY_DOCS_USERNAME }}@${{ secrets.DEPLOY_DOCS_HOST }}:${{ secrets.TARGET_PATH }}
4546
4647
# - name: SCP files to production system

0 commit comments

Comments
 (0)