Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Brenont authored May 20, 2024
2 parents 6488f1a + 7c20cbc commit 2029f69
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ env.AWS_DEV_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ env.AWS_DEV_SECRET_ACCESS_KEY }}
aws-region: ${{ env.AWS_REGION }}
- name: Deploy
run: aws s3 sync ./out ${{ env.AWS_S3 }} ${{ env.AWS_S3_CONFIG }}
# - uses: aws-actions/configure-aws-credentials@v1
# with:
# aws-access-key-id: ${{ env.AWS_DEV_ACCESS_KEY_ID }}
# aws-secret-access-key: ${{ env.AWS_DEV_SECRET_ACCESS_KEY }}
# aws-region: ${{ env.AWS_REGION }}
# - name: Deploy
# run: aws s3 sync ./out ${{ env.AWS_S3 }} ${{ env.AWS_S3_CONFIG }}
# lighthouse-check:
# needs: [build-deploy]
# runs-on: ubuntu-latest
Expand Down
8 changes: 4 additions & 4 deletions src/mocks/OurResults.mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ export const ourResultsMock: OurResultsMock[] = [
{
image: 'foco-icon',
title: 'Aulas aplicadas',
value: '+500',
value: '+700',
},
{
image: 'alunos-formados-icon',
title: 'Alunos formados',
value: '+140',
value: '+180',
},
{
image: 'horas-curso-icon',
title: 'Horas de curso',
value: '+1000',
value: '+1500',
},
{
image: 'vidas-transformadas-icon',
title: 'Vidas transformadas',
value: '+200',
value: '+270',
},
];

0 comments on commit 2029f69

Please sign in to comment.