Skip to content

Commit

Permalink
WebApp - Agrego estrategia de deploy al s3 la webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Di Gulio committed Dec 26, 2023
1 parent 3ebef96 commit e061713
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/webApp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install dependencies
run: |
cd webapp
yarn install
- name: Build project
run: |
cd webapp
yarn build
- name: Build project
run: |
cd webapp/build
Expand Down

0 comments on commit e061713

Please sign in to comment.