Skip to content

Commit

Permalink
Update deploy.yml (#459)
Browse files Browse the repository at this point in the history
Allowed S3
  • Loading branch information
milanmajchrak authored Feb 2, 2024
1 parent 85a2224 commit 980c97a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,15 @@ jobs:
echo REST_URL=http://\${DSPACE_HOST}:\${DSPACE_REST_PORT}/server >> .env.dev-5
echo UI_URL=http://\${DSPACE_HOST}:\${DSPACE_REST_PORT} >> .env.dev-5
echo S3_STORAGE=0 >> .env.dev-5
echo S3_ENABLED=false >> .env.dev-5
echo S3_STORAGE=1 >> .env.dev-5
echo S3_ENABLED=true >> .env.dev-5
echo S3_RELATIVE_PATH=true >> .env.dev-5
echo S3_BUCKET=dev-5-dspace >> .env.dev-5
echo S3_SUBFOLDER=seven-five >> .env.dev-5
echo S3_BUCKET=testbucket >> .env.dev-5
echo S3_SUBFOLDER=eighty-five >> .env.dev-5
echo S3_ACCESS=${{ secrets.AMAZON_ACCESS }} >> .env.dev-5
echo S3_SECRET=${{ secrets.AMAZON_SECRET }} >> .env.dev-5
echo S3_REGION_NAME=eu-central-1 >> .env.dev-5
echo S3_ENDPOINT=https://s3.cl4.du.cesnet.cz >> env.dev-5
echo NODE_ENV=production >> .env.dev-5
Expand Down

0 comments on commit 980c97a

Please sign in to comment.