Skip to content

Commit

Permalink
Deploy Goes to PROD
Browse files Browse the repository at this point in the history
  • Loading branch information
amarouane-ABDELHAK committed Dec 3, 2024
1 parent 5c6e59a commit c44a5de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-goes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy GOES
on:
workflow_dispatch:
push:
branches: [ main, production ]
branches: [ main, production, deploy-goes-to-prod ]
paths:
- goes-plume-viewer/**

Expand Down
3 changes: 2 additions & 1 deletion goes-plume-viewer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ run `yarn`

## Run application in Local

- create `.env.local` a replica of `.env.local-sample` with the appropriate tokens
- create `.env.local` a copy of `.env.local-sample` with the appropriate tokens
- run `yarn start`

## Bundle using webpack

run `yarn build`

0 comments on commit c44a5de

Please sign in to comment.