Skip to content

Commit

Permalink
use single SSH connection for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Mar 29, 2024
1 parent 0972766 commit c7cce6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-static
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ echo active is now $target
rsync -pcv --chmod=755 --fsync --preallocate remote-backup $remote:/usr/local/bin/
rsync -pcv --chmod=644 --fsync --preallocate systemd/system/remote-backup.timer $remote:/etc/systemd/system/remote-backup.timer
rsync -pcv --chmod=644 --fsync --preallocate systemd/system/remote-backup.service $remote:/etc/systemd/system/remote-backup.service
rsync -pcv --chmod=644 --fsync --preallocate backup-public-key.txt cloud-archive-password.txt attestation@attestation.app:
rsync -pcv --chmod=644 --chown attestation:attestation --fsync --preallocate backup-public-key.txt cloud-archive-password.txt $remote:/var/lib/attestation/

0 comments on commit c7cce6e

Please sign in to comment.