Add file permission change and environment variable
All checks were successful
Actions Build Binary / Build-Binary (push) Successful in 5s
Actions Build Binary / Build-Docker-Image (push) Successful in 14s

This commit is contained in:
Alex Borisov 2024-02-01 23:02:18 +03:00
parent f42e9b381c
commit 30b7048e30
2 changed files with 2 additions and 0 deletions

View File

@ -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 }}

View File

@ -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