sunguroku il y a 2 ans
Parent
commit
93bc967a0b

+ 5 - 5
.github/workflows/app_tests_sandbox.yml

@@ -1,6 +1,6 @@
 on:
 on:
   workflow_run:
   workflow_run:
-    workflows: ["Deploy to porter-sandbox"]
+    workflows: ['Deploy to porter-sandbox']
     branches: [master]
     branches: [master]
     types:
     types:
       - completed
       - completed
@@ -11,9 +11,9 @@ jobs:
     uses: ./.github/workflows/app_tests_base.yml
     uses: ./.github/workflows/app_tests_base.yml
     with:
     with:
       stage: sandbox
       stage: sandbox
-      project: "242"
-      cluster: "240"
-      host: https://sandbox.porter.run
+      project: '242'
+      cluster: '240'
+      host: https://cloud.porter.run
     secrets:
     secrets:
       token: ${{ secrets.APP_TESTS_SANDBOX_TOKEN }}
       token: ${{ secrets.APP_TESTS_SANDBOX_TOKEN }}
-      slack_webhook_url: ${{ secrets.APP_INTEGRATION_SLACK_WEBHOOK }}
+      slack_webhook_url: ${{ secrets.APP_INTEGRATION_SLACK_WEBHOOK }}

+ 2 - 2
dashboard/src/components/ProvisionerFlow.tsx

@@ -96,9 +96,9 @@ const ProvisionerFlow: React.FC<Props> = ({}) => {
               Get started with the Porter sandbox environment.
               Get started with the Porter sandbox environment.
             </Text>
             </Text>
             <Spacer y={1} />
             <Spacer y={1} />
-            <Link to="https://sandbox.porter.run">
+            <Link to="https://cloud.porter.run">
               <Button alt height="35px">
               <Button alt height="35px">
-                Deploy on the Porter sandbox <Spacer inline x={1} />{" "}
+                Deploy on the Porter Cloud <Spacer inline x={1} />{" "}
                 <i className="material-icons" style={{ fontSize: "18px" }}>
                 <i className="material-icons" style={{ fontSize: "18px" }}>
                   east
                   east
                 </i>
                 </i>

+ 2 - 2
dashboard/src/main/home/infrastructure-dashboard/forms/CloudProviderSelect.tsx

@@ -70,9 +70,9 @@ const CloudProviderSelect: React.FC<Props> = ({ onComplete }) => {
           Get started with the Porter sandbox environment.
           Get started with the Porter sandbox environment.
         </Text>
         </Text>
         <Spacer y={1} />
         <Spacer y={1} />
-        <Link to="https://sandbox.porter.run">
+        <Link to="https://cloud.porter.run">
           <Button alt height="35px">
           <Button alt height="35px">
-            Deploy on the Porter sandbox <Spacer inline x={1} />{" "}
+            Deploy on the Porter Cloud <Spacer inline x={1} />{" "}
             <i className="material-icons" style={{ fontSize: "18px" }}>
             <i className="material-icons" style={{ fontSize: "18px" }}>
               east
               east
             </i>
             </i>