Skip to content

Commit

Permalink
shell nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
OiCMudkips committed Apr 19, 2024
1 parent 12b6a00 commit 84d2002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
SSH_AGENT_PID: ${{ env.SSH_AGENT_PID }}
run: |
ssh "${{ secrets.VICTORZHOUDEV_SSH_ADDRESS }}" "rm -r /home/public/*"
scp -r "${GITHUB_WORKSPACE}/src" "${{ secrets.VICTORZHOUDEV_SSH_ADDRESS }}:/home/public"
scp -r "${GITHUB_WORKSPACE}/src"/* "${{ secrets.VICTORZHOUDEV_SSH_ADDRESS }}:/home/public/"
- name: Install Python environment
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 84d2002

Please sign in to comment.