From 722b86dcf6d039f44d4d2ad41970c5a5f5a2d769 Mon Sep 17 00:00:00 2001 From: Nischal Shrestha Date: Thu, 27 Jun 2024 17:47:37 +0545 Subject: [PATCH] CI: FIX: AWS cp stage command --- .github/workflows/build_and_deploy_DTM_frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy_DTM_frontend.yml b/.github/workflows/build_and_deploy_DTM_frontend.yml index 2da9a804..ceead74c 100644 --- a/.github/workflows/build_and_deploy_DTM_frontend.yml +++ b/.github/workflows/build_and_deploy_DTM_frontend.yml @@ -75,4 +75,4 @@ jobs: run: | pwd ls -alh - aws s3 cp --recursive ./dist/* s3://dronetm/ + aws s3 cp --recursive ./dist s3://dronetm