Skip to content

Commit

Permalink
Merge pull request #109 from cami-espinozaq/deployment-trial-serverless
Browse files Browse the repository at this point in the history
Deployment trial serverless
  • Loading branch information
cami-espinozaq authored Oct 26, 2023
2 parents 4b0fabf + 026f03e commit 5e66c80
Show file tree
Hide file tree
Showing 71 changed files with 2,060 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
- name: Install dependencies
run: |
yarn install
yarn assets:download
- name: build app
run: NODE_ENV=production yarn build
- name: serverless deploy
Expand Down
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ npm-*
.env
.env.backend

# External assets
/assets/

# Cache
/.cache/
.webpack/
Expand All @@ -43,4 +40,4 @@ yarn-error.log
.vscode/

# Jupyter Checkpoints
.ipynb_checkpoints/
.ipynb_checkpoints/
88 changes: 88 additions & 0 deletions assets/blocks-media/green-flag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/blocks-media/zoom-in.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/blocks-media/zoom-out.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/blocks-media/zoom-reset.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/header_menu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/header_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions assets/icons/header_save.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
70 changes: 70 additions & 0 deletions assets/icons/icon_aussehen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
89 changes: 89 additions & 0 deletions assets/icons/icon_bewegung.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5e66c80

Please sign in to comment.