Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fono09 committed Mar 7, 2024
1 parent 5bc2d42 commit ea95612
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Expand Up @@ -4,8 +4,16 @@ envfile = ./.env.production
include $(envfile)
export

.PHONY: up
up:
docker stack deploy -c docker-compose.yml $(stack)

.PHONY: config
config:
docker compose -f docker-compose.yml config

.PHONY: force-update
force-update:
docker service update --force mastodon_web
docker service update --force mastodon_sidekiq
docker service update --force mastodon_streaming

0 comments on commit ea95612

Please sign in to comment.