Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
edmdz committed May 23, 2024
1 parent 4b056cd commit 5ea4b2a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,7 @@ jobs:
run: echo "${{ secrets.ENV_CONFIG }}" > .env.development

- name: Build the application
env:
NODE_ENV: development
run: |
# Cargar variables de entorno desde el archivo de configuración
source .env.development
# Construir la aplicación usando Vite
npm run build
run: npm run build -- --mode development

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit 5ea4b2a

Please sign in to comment.