Skip to content

Commit 7a51962

Browse files
committed
fix symlink sync for deploy-server
1 parent 7a31618 commit 7a51962

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ssh $remote rm -rf $target
3131
ssh $remote cp -a $active $target
3232
rsync -rpcv --fsync --chmod=D755,F644 --delete build/libs/ $remote:$target
3333
ssh $remote ln -snf $target $path/deploy
34-
ssh $remote sync .
34+
ssh $remote sync $path/deploy
3535
ssh $remote systemctl daemon-reload
3636
ssh $remote systemctl restart attestation
3737

0 commit comments

Comments
 (0)