Select the types of activity you want to include in your feed.
1@PHONY: start deploy 2 3start: 4 docker build -t shuuji3.xyz . && docker run -p 8080:8080 --name shuuji3.xyz --rm shuuji3.xyz 5 6deploy: 7 gcloud run deploy --allow-unauthenticated shuuji3-xyz --source=.