Skip to content

Commit

Permalink
Update deploy.yml to fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHinchey authored Dec 6, 2023
1 parent d14f4b8 commit 98fe2de
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 @@ -12,7 +12,7 @@ jobs:
env:
STRAPI_URL: https://saf-site-backend.herokuapp.com
GQL_HOST: https://saf-site-backend.herokuapp.com/graphql
BASE_URL: saf-site-frontend
BASE_URL: /saf-site-frontend/
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
Expand Down

0 comments on commit 98fe2de

Please sign in to comment.