diff options
| -rw-r--r-- | Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -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 |
