Skip to content

Commit

Permalink
Fixed baseline in deployment stage.
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiao committed Oct 5, 2020
1 parent 7b7f1f1 commit 19dc500
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added .vscode/launch.json
Empty file.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ docker:
@docker build -t cloud.canister.io:5000/bastiao/contributions:$(VERSION) .

publish:
@docker push cloud.canister.io:5000/bastiao/contributions/contributions$(VERSION)
@docker push cloud.canister.io:5000/bastiao/contributions$(VERSION)

run:
go run cmd/*.go $$PHA_ARGS
Expand Down

0 comments on commit 19dc500

Please sign in to comment.