diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0007c13..ff20347 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -64,6 +64,7 @@ jobs: curl --user ${{ secrets.username }}:${{ secrets.password }} \ --output main \ https://soaska.ru/api/packages/${{ secrets.username }}/generic/$package_name-$branch_name/$current_date/$package_name + chmod 755 main - name: List files in the repository run: | ls ${{ gitea.workspace }} diff --git a/example.env b/example.env index cc60f5b..874e682 100644 --- a/example.env +++ b/example.env @@ -4,3 +4,4 @@ S3_SECRET_ACCESS_KEY=your_secret_access_key S3_BUCKET_NAME=your_bucket_name S3_ENDPOINT_URL=your_endpoint PORT=8080 +ENVIRONMENT=production \ No newline at end of file