Skip to content

Commit

Permalink
Add Spacefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nizar-masmoudi committed Apr 24, 2023
1 parent c008bfe commit e5adbce
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,5 @@ cython_debug/
#.idea/

.space
Spacefile
#Spacefile
.spaceignore
14 changes: 14 additions & 0 deletions Spacefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Spacefile Docs: https://go.deta.dev/docs/spacefile/v0
v: 0
micros:
- name: cryptodash
src: ./
engine: python3.9
primary: true
run: python app.py
presets:
env:
- name: RAPID_API_KEY
default: "55add96f10msh5134a9505f7a1b6p189066jsna4ae3feb346f"
- name: RAPID_API_HOST
default: "coinranking1.p.rapidapi.co"

0 comments on commit e5adbce

Please sign in to comment.