Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
refactor: TT-358 Change api test to use create temp activities fixture
  • Loading branch information
Andrés Soto committed Oct 25, 2021
commit 5d64a0599a8dce3758de8ae4571251be1f651682
4 changes: 0 additions & 4 deletions V2/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ typings/
# Serverless directories
.serverless/

# Azure Functions json config
host.json
local.settings.json

# FuseBox cache
.fusebox/

Expand Down
8 changes: 0 additions & 8 deletions V2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,3 @@ install:
pip install -r requirements.txt
@echo "Completed! "

deploy:
@echo "Using serverless.yml provider config to deploy"
@echo "Deploying Time Tracker to Azure..."
sls deploy
rm -rf .serverless
rm -f host.json
rm -f local.settings.json
@echo "Completed! "
7 changes: 7 additions & 0 deletions V2/host.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"version": "2.0",
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[1.*, 2.0.0)"
}
}
1 change: 1 addition & 0 deletions V2/local.settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"IsEncrypted":false,"Values":{"AzureWebJobsStorage":"UseDevelopmentStorage=true","FUNCTIONS_WORKER_RUNTIME":"python"}}
Loading