You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
GOOS=linux GOARCH=amd64 go build -o build/meerkat-slackapigatewayhandlerbylambda ./adapter/slack/cmd/meerkat-slackapigatewayhandlerbylambda
cat build/meerkat-slackapigatewayhandlerbylambda | go run ./deploytool/lambda/deploy.go --configFile ./gitignored/deployconfig/meerkat-slackapigatewayhandlerbylambda.yaml
.PHONY: deploy_askallifneeded
deploy_askallifneeded:
GOOS=linux GOARCH=amd64 go build -o build/meerkat-askallifneeded ./adapter/cmd/ask_all_if_needed
cat build/meerkat-askallifneeded | go run ./deploytool/lambda/deploy.go --configFile ./gitignored/deployconfig/meerkat-askallifneeded.yaml