diff --git a/.forgejo/workflows/ci-cd-beta.yml b/.forgejo/workflows/ci-cd-beta.yml index d523a71..719b065 100644 --- a/.forgejo/workflows/ci-cd-beta.yml +++ b/.forgejo/workflows/ci-cd-beta.yml @@ -42,8 +42,8 @@ jobs: - name: Install AWS CLI run: | - sudo apt-get update -y - sudo apt-get install -y awscli || (apt-get update -y && apt-get install -y awscli) + apt-get update -y + apt-get install -y awscli - name: Deploy to S3 run: aws s3 sync dist/ s3://${{ secrets.AWS_S3_BUCKET_BETA }} --delete