Skip to content

Commit

Permalink
Remove backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
valendesigns committed Mar 1, 2019
1 parent 20ec187 commit 2dbcac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ api.deploy.sql:

# Deploy the API to Google App Engine.
api.deploy.app: api.tpl
@cp service-account.json service/api/service-account.json \
@cd service/api && gcloud app deploy --promote --stop-previous-version app.yaml cron.yaml && cd -- \
@cp service-account.json service/api/service-account.json
@cd service/api && gcloud app deploy --promote --stop-previous-version app.yaml cron.yaml && cd --
@rm service/api/service-account.json

# Deploy the Google Cloud Memorystore Redis instance.
Expand Down

0 comments on commit 2dbcac9

Please sign in to comment.