Skip to content

Commit

Permalink
.gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kondr1 committed Sep 7, 2021
1 parent 9235c1c commit 2f9b8fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks:
- before: printf "\n[settings]\napi_key = $WAKA_TIME_API_KEY\napi_url = $WAKA_TIME_API_URL\n" > ~/.wakatime.cfg
ports:
- port: 3000
visibility: public

0 comments on commit 2f9b8fb

Please sign in to comment.