From 2902a4a4763cdbac640f33f2f450cbbcdb1c8147 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 11 Mar 2023 17:35:59 -0800 Subject: [PATCH] Deploy script for html files done --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96425e1..cfeb4fc 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