Merge pull request 'Add file permission change and environment variable' (#2) from testing into master
All checks were successful
Actions Build Binary / Build-Binary (push) Successful in 5s
Actions Build Binary / Build-Docker-Image (push) Successful in 14s

Reviewed-on: #2
This commit is contained in:
soaska 2024-02-01 23:02:55 +03:00
commit 6437a4d533
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