Guest User

Untitled

a guest
Jan 17th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. deploy: $(DOTENV_TARGET) $(ARTIFACT_NAME)
  2. docker-compose run --rm serverlessGo make _deploy
  3. .PHONY: deploy
  4.  
  5. _deploy:
  6. rm -fr .serverless
  7. sls deploy -v
  8. .PHONY: _deploy
Add Comment
Please, Sign In to add comment