Skip to content

Commit

Permalink
Merge pull request #13 from PoolC/feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoov authored Sep 15, 2023
2 parents 9424f8e + de9b08b commit 2a709f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: setting env
run: |
# env file
$ENV_PRODUCTION=.env.production
ENV_PRODUCTION=.env.production
echo "VITE_API_BASE_URL=$secrets.VITE_API_BASE_URL" > $ENV_PRODUCTION
echo "VITE_FILE_URL=$secrets.VITE_FILE_URL" > $ENV_PRODUCTION
echo "VITE_MAX_FILE_SIZE=$secrets.VITE_MAX_FILE_SIZE" > $ENV_PRODUCTION
Expand Down

0 comments on commit 2a709f5

Please sign in to comment.