Skip to content

Commit

Permalink
Add plugin url for staging and development (#201)
Browse files Browse the repository at this point in the history
* Add plugin url

* Update build push workflow

* Update build-push-action.yml

* Revert workflow action

---------

Co-authored-by: keiranjprice101 <[email protected]>
  • Loading branch information
Dagonite and keiranjprice101 authored Jul 8, 2024
1 parent fa065b4 commit 07d7643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-push-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- main

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository_owner }}
Expand Down
3 changes: 2 additions & 1 deletion container/frontend.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /app

ENV REACT_APP_FIA_REST_API_URL="/api"
ENV REACT_APP_FIA_DATA_VIEWER_URL="/data-viewer"
ENV REACT_APP_PLUGIN_URL="/f-i-a"

COPY . .

Expand All @@ -22,4 +23,4 @@ ENV REACT_APP_FIA_REST_API_URL="/api"

EXPOSE 80

CMD ["nginx", "-g", "daemon off;"]
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit 07d7643

Please sign in to comment.