chore(wpcarro): Drop support for monsterpoker
This never really got off the ground... Change-Id: I3e712174c83c74e78e2886ea80264652e36ea27a Reviewed-on: https://cl.tvl.fyi/c/depot/+/5457 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									2eaec323b0
								
							
						
					
					
						commit
						a37584a562
					
				
					 3 changed files with 0 additions and 49 deletions
				
			
		| 
						 | 
				
			
			@ -1,6 +0,0 @@
 | 
			
		|||
{ depot, pkgs, ... }:
 | 
			
		||||
 | 
			
		||||
pkgs.runCommandNoCC "monsterpoker.app" { } ''
 | 
			
		||||
  mkdir -p $out
 | 
			
		||||
  cp ${./index.html} $out/index.html
 | 
			
		||||
''
 | 
			
		||||
| 
						 | 
				
			
			@ -1,24 +0,0 @@
 | 
			
		|||
<!DOCTYPE html>
 | 
			
		||||
<html lang="en">
 | 
			
		||||
  <head>
 | 
			
		||||
    <title>Buy Monster Poker</title>
 | 
			
		||||
    <meta charset="UTF-8">
 | 
			
		||||
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
			
		||||
    <script src="https://cdn.tailwindcss.com"></script>
 | 
			
		||||
    <script>
 | 
			
		||||
      tailwind.config = {
 | 
			
		||||
        theme: {
 | 
			
		||||
          extend: {},
 | 
			
		||||
        },
 | 
			
		||||
      };
 | 
			
		||||
    </script>
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="bg-cyan-900 container mx-auto">
 | 
			
		||||
    <h1 class="text-cyan-300 text-6xl text-center pt-10">
 | 
			
		||||
      <a class="hover:underline"
 | 
			
		||||
         href="https://monsterpoker.myshopify.com/products/monster-poker-republic">
 | 
			
		||||
        Buy Monster Poker <b>today</b>!
 | 
			
		||||
      </a>
 | 
			
		||||
    </h1>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
| 
						 | 
				
			
			@ -32,20 +32,6 @@ wpcarro.terraform.googleCloudVM {
 | 
			
		|||
        public_ptr_domain_name = "${domainName}.";
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    # monsterpoker.app
 | 
			
		||||
    resource.google_dns_managed_zone."monsterpoker" = {
 | 
			
		||||
      name = "monsterpoker";
 | 
			
		||||
      dns_name = "monsterpoker.app.";
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    resource.google_dns_record_set."monsterpoker" = {
 | 
			
		||||
      name = "monsterpoker.app.";
 | 
			
		||||
      type = "A";
 | 
			
		||||
      ttl = 300; # 5m
 | 
			
		||||
      managed_zone = "\${google_dns_managed_zone.monsterpoker.name}";
 | 
			
		||||
      rrdatas = [ "\${google_compute_instance.${name}.network_interface[0].access_config[0].nat_ip}" ];
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  configuration = {
 | 
			
		||||
| 
						 | 
				
			
			@ -165,11 +151,6 @@ wpcarro.terraform.googleCloudVM {
 | 
			
		|||
            enableACME = true;
 | 
			
		||||
            root = wpcarro.website.root;
 | 
			
		||||
          };
 | 
			
		||||
          "monsterpoker.app" = {
 | 
			
		||||
            addSSL = true;
 | 
			
		||||
            enableACME = true;
 | 
			
		||||
            root = wpcarro.clients.monsterpoker;
 | 
			
		||||
          };
 | 
			
		||||
        };
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue