Skip to content

Commit 4361c3e

Browse files
authored
Merge pull request #188 from AndrewCS149/testWorkflow
testWorkflow
2 parents 280575b + c494da3 commit 4361c3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/staging.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ jobs:
5858
runs-on: ubuntu-latest
5959
environment: staging
6060
steps:
61-
- name: list files
62-
run: ls -l ./server
63-
6461
- name: Set up .NET
6562
uses: actions/setup-dotnet@v1
6663
with:
@@ -85,6 +82,9 @@ jobs:
8582
- name: Add Host Key to known_hosts
8683
run: ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ${{ secrets.SSH_PRIVATE_KEY_PATH }}/known_hosts
8784

85+
- name: list files
86+
run: ls -l
87+
8888
- name: Copy Files to Server
8989
run: |
9090
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

Comments
 (0)