update gitea worflows
Deploy to S3 / deploy (push) Successful in 39s
Details
Deploy to S3 / deploy (push) Successful in 39s
Details
parent
bebe87e1b7
commit
e3914c3c58
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue