Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit d6e58c4

Browse files
committed
no strict checking
1 parent dcdff4f commit d6e58c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/deploy.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ resource "terraform_data" "copy_competition_files" {
6565

6666
// remote exec rsync
6767
provisioner "local-exec" {
68-
command = "rsync -avz --delete --exclude='*.db' --exclude='target' ../competition/ ${var.remote_user}@${var.remote_host}:${var.remote_directory}"
68+
command = "rsync -avz -e \"ssh -o StrictHostKeyChecking=no\" --delete --exclude='*.db' --exclude='target' ../competition/ ${var.remote_user}@${var.remote_host}:${var.remote_directory}"
6969
}
7070

7171
triggers_replace = {

0 commit comments

Comments
 (0)