From 585b2f2bbc3d017d65cb1f9dfadcaf34e727e0e7 Mon Sep 17 00:00:00 2001 From: Geoff Kendal Date: Wed, 31 Jan 2024 23:30:37 +0000 Subject: [PATCH] ci test --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4f0225..30de74c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,5 +58,5 @@ jobs: tg_command: 'apply' - name: Copy build to s3 - run: aws s3 sync frontend/build s3://stumblefunk-www-dev/accreditation + run: pwd && ls -la && aws s3 sync frontend/build s3://stumblefunk-www-dev/accreditation \ No newline at end of file