Skip to content

Commit

Permalink
science (maybe we're not even getting a socket)
Browse files Browse the repository at this point in the history
  • Loading branch information
OiCMudkips committed Apr 16, 2024
1 parent fead084 commit c2b6d78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
DISPLAY=1 SSH_ASKPASS="${GITHUB_WORKSPACE}/.github/util/print_ssh_passphrase.sh" ssh-add "${SSH_KEY}"
- name: Deploy main website
run: |
echo "$SSH_AUTH_SOCK"
ssh -vvv "${{ secrets.VICTORZHOUDEV_SSH_ADDRESS }}" "rm /home/public/*"
scp -vvv "${GITHUB_WORKSPACE}/src/*" "${{ secrets.VICTORZHOUDEV_SSH_ADDRESS }}:/home/public/"
- name: Install Python environment
Expand Down

0 comments on commit c2b6d78

Please sign in to comment.