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 af4bbbd commit 4feaf6eCopy full SHA for 4feaf6e
.github/workflows/docshome.yml
@@ -29,6 +29,7 @@ jobs:
29
30
- name: Copy artifact to server
31
run: |
32
+ ls -la ~/.ssh
33
scp WebRootResources.tar.gz ${{ secrets.DEPLOY_DOCS_USERNAME }}@${{ secrets.DEPLOY_DOCS_HOST }}:${{ secrets.TARGET_PATH }}
34
35
# - name: SCP files to production system
0 commit comments