Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 61 for deployed (0.05 sec)

  1. scripts/deploy_docs_status.py

                description="No Docs Changes",
                context="deploy-docs",
                target_url=run_url,
            )
            logging.info("No docs changes found")
            return
        assert settings.deploy_url
        current_commit.create_status(
            state="success",
            description="Docs Deployed",
            context="deploy-docs",
            target_url=run_url,
        )
    
        files = list(use_pr.get_files())
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Sep 30 05:56:53 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

                {@code converted} (repository manager converted this from a Maven 1 POM),
                {@code partner}
                (directly synced from a partner Maven 2 repository), {@code deployed} (was deployed from a Maven 2
                instance), {@code verified} (has been hand verified as correct and final).
              </description>
              <required>false</required>
              <type>String</type>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Nov 26 03:07:35 UTC 2025
    - 133.3K bytes
    - Viewed (0)
  3. docs/de/docs/deployment/fastapicloud.md

    ## Bei anderen Cloudanbietern deployen { #deploy-to-other-cloud-providers }
    
    FastAPI ist Open Source und basiert auf Standards. Sie können FastAPI-Apps bei jedem Cloudanbieter Ihrer Wahl deployen.
    
    Folgen Sie den Anleitungen Ihres Cloudanbieters, um dort FastAPI-Apps zu deployen. 🤓
    
    ## Auf den eigenen Server deployen { #deploy-your-own-server }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 02 17:32:56 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  4. docs/de/docs/deployment/cloud.md

    # FastAPI bei Cloudanbietern deployen { #deploy-fastapi-on-cloud-providers }
    
    Sie können praktisch **jeden Cloudanbieter** verwenden, um Ihre FastAPI-Anwendung bereitzustellen.
    
    In den meisten Fällen bieten die großen Cloudanbieter Anleitungen zum Deployment von FastAPI an.
    
    ## FastAPI Cloud { #fastapi-cloud }
    
    **<a href="https://fastapicloud.com" class="external-link" target="_blank">FastAPI Cloud</a>** wurde vom selben Autor und Team hinter **FastAPI** entwickelt.
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 02 17:32:56 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.32.md

    - kubeadm: promoted feature gate `EtcdLearnerMode` to GA. Learner mode in etcd deployed by kubeadm is now locked to enabled by default. ([#126374](https://github.com/kubernetes/kubernetes/pull/126374), [@pacoxu](https://github.com/pacoxu)) [SIG Cluster Lifecycle]
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Tue Dec 16 18:27:41 UTC 2025
    - 448.1K bytes
    - Viewed (0)
  6. .github/workflows/deploy-docs.yml

    name: Deploy Docs
    on:
      workflow_run:
        workflows:
          - Build Docs
        types:
          - completed
    
    permissions:
      deployments: write
      issues: write
      pull-requests: write
      statuses: write
    
    env:
      UV_SYSTEM_PYTHON: 1
    
    jobs:
      deploy-docs:
        runs-on: ubuntu-latest
        steps:
          - name: Dump GitHub context
            env:
              GITHUB_CONTEXT: ${{ toJson(github) }}
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Nov 21 13:03:21 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  7. docs/de/docs/tutorial/first-steps.md

    ### Ihre App deployen (optional) { #deploy-your-app-optional }
    
    Sie können optional Ihre FastAPI-App in der <a href="https://fastapicloud.com" class="external-link" target="_blank">FastAPI Cloud</a> deployen, treten Sie der Warteliste bei, falls Sie es noch nicht getan haben. 🚀
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 14.3K bytes
    - Viewed (0)
  8. docs/de/docs/index.md

        * **CORS**
        * **Cookie-Sessions**
        * ... und mehr.
    
    ### Ihre App deployen (optional) { #deploy-your-app-optional }
    
    Optional können Sie Ihre FastAPI-App in die <a href="https://fastapicloud.com" class="external-link" target="_blank">FastAPI Cloud</a> deployen, gehen Sie und treten Sie der Warteliste bei, falls noch nicht geschehen. 🚀
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Dec 26 09:39:53 UTC 2025
    - 25.8K bytes
    - Viewed (0)
  9. docs/de/llm-prompt.md

    * «the worker class»: NOT «die Arbeiterklasse»
    * «the worker process»: «der Workerprozess»
    * «the worker process»: NOT «der Arbeiterprozess»
    * «to commit»: «committen»
    * «to deploy» (in the cloud): «deployen»
    * «to modify»: «ändern»
    * «to serve» (an application): «bereitstellen»
    * «to serve» (a response): «ausliefern»
    * «to serve»: NOT «bedienen»
    * «to upgrade»: «aktualisieren»
    * «to wrap»: «wrappen»
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Dec 26 09:39:53 UTC 2025
    - 11.9K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.31.md

    ### API Change
    
    - 'ACTION REQUIRED: The Dynamic Resource Allocation (DRA) driver's DaemonSet
      must be deployed with a service account that enables writing ResourceSlice
      and reading ResourceClaim objects.'
       ([#125163](https://github.com/kubernetes/kubernetes/pull/125163), [@pohly](https://github.com/pohly)) [SIG Auth, Node and Testing]
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Nov 12 11:33:21 UTC 2025
    - 451.9K bytes
    - Viewed (0)
Back to top