We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ea779 commit 705987aCopy full SHA for 705987a
.github/workflows/docshome.yml
@@ -40,7 +40,8 @@ jobs:
40
41
- name: Copy artifact to server
42
run: |
43
- ls -la ~/.ssh
+ echo ${{ secrets.DEPLOY_DOCS_USERNAME }}
44
+ echo ${{ secrets.DEPLOY_DOCS_HOST }}
45
scp WebRootResources.tar.gz ${{ secrets.DEPLOY_DOCS_USERNAME }}@${{ secrets.DEPLOY_DOCS_HOST }}:${{ secrets.TARGET_PATH }}
46
47
# - name: SCP files to production system
0 commit comments