Skip to content

Commit c2b6d78

Browse files
committed
science (maybe we're not even getting a socket)
1 parent fead084 commit c2b6d78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-site.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
DISPLAY=1 SSH_ASKPASS="${GITHUB_WORKSPACE}/.github/util/print_ssh_passphrase.sh" ssh-add "${SSH_KEY}"
2424
- name: Deploy main website
2525
run: |
26+
echo "$SSH_AUTH_SOCK"
2627
ssh -vvv "${{ secrets.VICTORZHOUDEV_SSH_ADDRESS }}" "rm /home/public/*"
2728
scp -vvv "${GITHUB_WORKSPACE}/src/*" "${{ secrets.VICTORZHOUDEV_SSH_ADDRESS }}:/home/public/"
2829
- name: Install Python environment

0 commit comments

Comments
 (0)