update gitea worflows
Deploy to S3 / deploy (push) Successful in 39s Details

Edit_Job_Profile^2
yaseen.zafar 2026-09-14 22:00:39 +05:00
parent bebe87e1b7
commit e3914c3c58
1 changed files with 10 additions and 10 deletions

View File

@ -22,22 +22,22 @@ jobs:
- name: Archive project - name: Archive project
run: | run: |
# apt-get update -y apt-get update -y
# apt-get install -y zip apt-get install -y zip
zip -r utopia-ai-hr-ats-portal-dev.zip . \ zip -r utopia-ai-hr-ats-portal-dev.zip . \
-x ".git/*" \ -x ".git/*" \
-x ".gitea/*" \ -x ".gitea/*" \
-x ".gitignore/*" \ -x ".gitignore/*" \
-x "*.DS_Store" -x "*.DS_Store"
# - name: Install AWS CLI - name: Install AWS CLI
# run: | run: |
# apt-get update -y apt-get update -y
# apt-get install -y curl unzip apt-get install -y curl unzip
# curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
# unzip -q awscliv2.zip unzip -q awscliv2.zip
# ./aws/install ./aws/install
# aws --version aws --version
- name: Upload files to S3 - name: Upload files to S3
env: env: