summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index f6fb2bd..de74f4f 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later
-.PHONY: check staging prod transport lint staging-fresh prod-fresh
+.PHONY: check staging prod transport lint
check:
make lint
@@ -23,15 +23,3 @@ transport:
lint:
precious --ascii lint --all
-
-staging-fresh:
- ~/Documents/libcloud/recreate xmpp-continuous-nonprod
- ANSIBLE_SSH_ARGS="-F /tmp/early_ssh_config" ansible-playbook --forks 1 \
- --inventory inventory/staging.ini playbook.yaml
-
-prod-fresh:
- echo "You are about to recreate PROD. Sleeping for 60s to let this sink in"
- sleep 60
- ~/Documents/libcloud/recreate xmpp-prod
- ANSIBLE_SSH_ARGS="-F /tmp/early_ssh_config" ansible-playbook --forks 1 \
- --inventory inventory/prod.ini playbook.yaml