We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c494da3 commit 8b8b798Copy full SHA for 8b8b798
.github/workflows/staging.yml
@@ -63,6 +63,9 @@ jobs:
63
with:
64
dotnet-version: '8.0.x'
65
66
+ - name: list files
67
+ run: ls -l
68
+
69
- name: Restore dependencies
70
run: dotnet restore ./server/devblog.csproj
71
@@ -82,9 +85,6 @@ jobs:
82
85
- name: Add Host Key to known_hosts
83
86
run: ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ${{ secrets.SSH_PRIVATE_KEY_PATH }}/known_hosts
84
87
- - 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