Skip to content

Commit

Permalink
chore: Remove apps & move to PNPM_V2 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubswierczek committed Apr 8, 2024
1 parent 388c9e5 commit 942a3ca
Show file tree
Hide file tree
Showing 44 changed files with 30 additions and 1,432 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/aws-prod-gateway.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Update Gateway lambdas (prod)

on:
push:
branches:
- main
paths:
- 'apps/summerfi-api/**'
# Disabled for now. We need to add a current version of the functions to enable this.
#on:
# push:
# branches:
# - main
# paths:
# - 'apps/summerfi-api/**'

defaults:
run:
Expand All @@ -30,11 +31,11 @@ jobs:

- name: Install dependencies
run: |
npm install
pnpm install
- name: Create bundle
run: |
npm run build
pnpm run build
- name: Deploy portfolio-assets
uses: appleboy/lambda-action@v0.1.9
Expand Down
19 changes: 10 additions & 9 deletions .github/workflows/aws-staging-gateway.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Update Gateway lambdas (staging)

on:
push:
branches:
- dev
paths:
- 'apps/summerfi-api/**'
- '.github/workflows/aws-staging-gateway.yaml'
# Disabled for now. We need to add a current version of the functions to enable this.
# on:
# push:
# branches:
# - dev
# paths:
# - 'apps/summerfi-api/**'
# - '.github/workflows/aws-staging-gateway.yaml'

defaults:
run:
Expand Down Expand Up @@ -36,11 +37,11 @@ jobs:

- name: Install dependencies
run: |
npm install
pnpm install
- name: Create bundle
run: |
npm run build
pnpm run build
- name: Deploy portfolio-assets
id: assets-deploy
Expand Down
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,10 @@ yarn-error.log*

# vercel
.vercel

# JetBrains files
.idea

# all dist & artifacts folders
dist
artifacts
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
auto-install-peers = true
node-linker = isolated
symlink = true
3 changes: 0 additions & 3 deletions apps/docs/.eslintrc.js

This file was deleted.

34 changes: 0 additions & 34 deletions apps/docs/.gitignore

This file was deleted.

28 changes: 0 additions & 28 deletions apps/docs/README.md

This file was deleted.

Binary file removed apps/docs/app/favicon.ico
Binary file not shown.
50 changes: 0 additions & 50 deletions apps/docs/app/globals.css

This file was deleted.

22 changes: 0 additions & 22 deletions apps/docs/app/layout.tsx

This file was deleted.

Loading

0 comments on commit 942a3ca

Please sign in to comment.