Skip to content

Commit

Permalink
fix: ci add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Oct 28, 2024
1 parent ed6406a commit c54f89d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1

- name: Build
run: |
mkdir -p dist && cp -r bootstrap-4.env dist/bootstrap-4.env
- name: Deploy bootstrap config
run: |
aws s3 sync ./dist s3://bootstrap-peerchecker-com-dist --delete
Expand Down
5 changes: 0 additions & 5 deletions package.json

This file was deleted.

0 comments on commit c54f89d

Please sign in to comment.