From 46871811150e87590439b689e020cbb6068e6105 Mon Sep 17 00:00:00 2001 From: shockrah Date: Tue, 14 Mar 2023 20:24:11 -0700 Subject: [PATCH] removing slash on public dir --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cfeb4fc..a7a4c54 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,7 +64,7 @@ deploy-shockrah.xyz: before_script: - bash scripts/verify-aws-fields.sh script: - - aws s3 cp public/ s3://shockrah.xyz/ --recursive + - aws s3 cp public s3://shockrah.xyz/ --recursive # Deploy to neocities via their curl api