From 3cdafd522dc3100ba46e15ed812a2dacf013885a Mon Sep 17 00:00:00 2001 From: stirelshka8 Date: Fri, 19 Jul 2024 19:10:10 +0300 Subject: [PATCH] Test CICD 5 --- .gitea/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 93f4614..45c9a74 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -29,6 +29,6 @@ jobs: - name: Create version file run: | echo "${tags}" > version.txt - aws s3 cp ./version.txt s3://s3.adminlabs.space/docs + aws --endpoint-url=http://78.40.188.97:9000 s3 cp ./version.txt s3://doc