From 3710e08cdbf9052837a27c866159df58580b93da Mon Sep 17 00:00:00 2001 From: wwwcomcomcomcom Date: Thu, 16 Jan 2025 17:59:56 +0900 Subject: [PATCH] copy .env to resource --- appspec.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appspec.yml b/appspec.yml index 7300dc0..674cb27 100644 --- a/appspec.yml +++ b/appspec.yml @@ -4,6 +4,9 @@ files: - source: / destination: /home/ubuntu overwrite: true + - source: /.env + destination: /home/ubuntu/src/main/resources + overwrite: true file_exists_behavior: OVERWRITE