We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9860fc6 commit c494da3Copy full SHA for c494da3
.github/workflows/staging.yml
@@ -58,9 +58,6 @@ jobs:
58
runs-on: ubuntu-latest
59
environment: staging
60
steps:
61
- - name: list files
62
- run: ls -l ./server
63
-
64
- name: Set up .NET
65
uses: actions/setup-dotnet@v1
66
with:
@@ -85,6 +82,9 @@ jobs:
85
82
- name: Add Host Key to known_hosts
86
83
run: ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ${{ secrets.SSH_PRIVATE_KEY_PATH }}/known_hosts
87
84
+ - name: list files
+ run: ls -l
+
88
- name: Copy Files to Server
89
run: |
90
scp -i ${{ secrets.SSH_PRIVATE_KEY_PATH }}/${{ secrets.SSH_PRIVATE_KEY_NAME }} docker-compose.yml ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:${{ secrets.DEVBLOG_ROOT_PATH }}
0 commit comments