Skip to content

Commit

Permalink
Merge pull request #274 from AndrewCS149/revertPR
Browse files Browse the repository at this point in the history
revert
  • Loading branch information
The-DevBlog authored Jul 6, 2024
2 parents 1b38991 + 56bbcd3 commit 92e8ad9
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 @@ -37,7 +37,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
- name: Build with Trunk
run: |
echo "https://www.andrewtest.org/api" > src/api_url.txt
echo ${{ secrets.API_URL }} > src/api_url.txt
trunk build --release
working-directory: client
- name: Upload Artifacts
Expand Down

0 comments on commit 92e8ad9

Please sign in to comment.