From bebe87e1b735bddf529510e38636dac660b8a135 Mon Sep 17 00:00:00 2001 From: "yaseen.zafar" Date: Mon, 14 Sep 2026 21:59:38 +0500 Subject: [PATCH 1/5] update gitea worflows --- .gitea/workflows/deploy-to-s3.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/deploy-to-s3.yml b/.gitea/workflows/deploy-to-s3.yml index 8141530..824bae8 100644 --- a/.gitea/workflows/deploy-to-s3.yml +++ b/.gitea/workflows/deploy-to-s3.yml @@ -22,22 +22,22 @@ jobs: - name: Archive project run: | - apt-get update -y - apt-get install -y zip + # apt-get update -y + # apt-get install -y zip zip -r utopia-ai-hr-ats-portal-dev.zip . \ -x ".git/*" \ -x ".gitea/*" \ -x ".gitignore/*" \ -x "*.DS_Store" - - name: Install AWS CLI - run: | - apt-get update -y - apt-get install -y curl unzip - curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" - unzip -q awscliv2.zip - ./aws/install - aws --version + # - name: Install AWS CLI + # run: | + # apt-get update -y + # apt-get install -y curl unzip + # curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" + # unzip -q awscliv2.zip + # ./aws/install + # aws --version - name: Upload files to S3 env: @@ -46,7 +46,7 @@ jobs: AWS_DEFAULT_REGION: us-east-1 run: | echo "Uploading repo contents to S3..." - aws s3 cp utopia-ai-hr-ats-portal-dev.zip s3://utopia-ai-s3-bucket/utopia-ai-hr-ats-portal-dev.zip + aws s3 cp utopia-ai-hr-ats-portal-dev.zip s3://utopia-ai-s3-bucket-us-west-1/utopia-ai-hr-ats-portal-dev.zip --region us-west-1 From e3914c3c5820c6138c1b623881119e93a169ce6e Mon Sep 17 00:00:00 2001 From: "yaseen.zafar" Date: Mon, 14 Sep 2026 22:00:39 +0500 Subject: [PATCH 2/5] update gitea worflows --- .gitea/workflows/deploy-to-s3.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/deploy-to-s3.yml b/.gitea/workflows/deploy-to-s3.yml index 824bae8..051f9e8 100644 --- a/.gitea/workflows/deploy-to-s3.yml +++ b/.gitea/workflows/deploy-to-s3.yml @@ -22,22 +22,22 @@ jobs: - name: Archive project run: | - # apt-get update -y - # apt-get install -y zip + apt-get update -y + apt-get install -y zip zip -r utopia-ai-hr-ats-portal-dev.zip . \ -x ".git/*" \ -x ".gitea/*" \ -x ".gitignore/*" \ -x "*.DS_Store" - # - name: Install AWS CLI - # run: | - # apt-get update -y - # apt-get install -y curl unzip - # curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" - # unzip -q awscliv2.zip - # ./aws/install - # aws --version + - name: Install AWS CLI + run: | + apt-get update -y + apt-get install -y curl unzip + curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" + unzip -q awscliv2.zip + ./aws/install + aws --version - name: Upload files to S3 env: From 101b1a18cedc7ee149123186d650b6d336fc11c5 Mon Sep 17 00:00:00 2001 From: "yaseen.zafar" Date: Mon, 14 Sep 2026 22:14:40 +0500 Subject: [PATCH 3/5] update gitea worflows --- .gitea/workflows/deploy-to-s3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-to-s3.yml b/.gitea/workflows/deploy-to-s3.yml index 051f9e8..0fd456d 100644 --- a/.gitea/workflows/deploy-to-s3.yml +++ b/.gitea/workflows/deploy-to-s3.yml @@ -46,7 +46,7 @@ jobs: AWS_DEFAULT_REGION: us-east-1 run: | echo "Uploading repo contents to S3..." - aws s3 cp utopia-ai-hr-ats-portal-dev.zip s3://utopia-ai-s3-bucket-us-west-1/utopia-ai-hr-ats-portal-dev.zip --region us-west-1 + aws s3 cp utopia-ai-hr-ats-portal-dev.zip s3://utopia-ai-s3-bucket-2/utopia-ai-hr-ats-portal-dev.zip --region us-west-1 From 4fed17850afdc5a968c3a71643e32900ec229608 Mon Sep 17 00:00:00 2001 From: "yaseen.zafar" Date: Mon, 14 Sep 2026 22:16:16 +0500 Subject: [PATCH 4/5] update gitea worflows --- .gitea/workflows/deploy-to-s3.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy-to-s3.yml b/.gitea/workflows/deploy-to-s3.yml index 0fd456d..98eba72 100644 --- a/.gitea/workflows/deploy-to-s3.yml +++ b/.gitea/workflows/deploy-to-s3.yml @@ -53,3 +53,4 @@ jobs: + From de472a81558cb26f7f0f9a0935e704ad1cd3e5ea Mon Sep 17 00:00:00 2001 From: "yaseen.zafar" Date: Mon, 14 Sep 2026 23:10:30 +0500 Subject: [PATCH 5/5] update gitea worflows --- .gitea/workflows/deploy-to-s3.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/deploy-to-s3.yml b/.gitea/workflows/deploy-to-s3.yml index 98eba72..36aba05 100644 --- a/.gitea/workflows/deploy-to-s3.yml +++ b/.gitea/workflows/deploy-to-s3.yml @@ -54,3 +54,5 @@ jobs: + +