YAML

Share YAML code online.

Share GitHub Actions workflows, Kubernetes manifests, or Docker Compose files: highlighted and encrypted instantly.

textdrop.sh/xk4mR2
1name: Deploy2on:3  push:4    branches: [main]5  workflow_dispatch:67jobs:8  deploy:9    runs-on: ubuntu-latest10    permissions:11      id-token: write12      contents: read13    steps:14      - uses: actions/checkout@v41516      - uses: actions/setup-node@v417        with:18          node-version: 2019          cache: npm2021      - run: npm ci22      - run: npm run build2324      - name: Deploy to Vercel25        uses: vercel/action@v126        with:27          vercel-token: ${{ secrets.VERCEL_TOKEN }}28          vercel-org-id: ${{ secrets.ORG_ID }}29          vercel-project-id: ${{ secrets.PROJECT_ID }}30          vercel-args: --prod
Every paste includes

YAML syntax highlighting

Paste YAML code and get a shareable link with full syntax highlighting, server-side rendered with no JavaScript overhead.

Burn after read

Deleted on first open. Can't be viewed twice.

Password protection

Add a password for end-to-end encryption with no raw key stored.

Configurable expiry

Set pastes to expire after 1 hour, 1 day, 7 days, or up to 30 days. Gone when you say so.

No account needed

No sign-up, no email, no ads. Paste and share in seconds.

How it works
Plain Text
Markdown
Code
DB_HOST=db-01.prod.internal
DB_USER=api_svc
DB_PASS=xK9$mP2!qR7nLw2
REDIS_URL=redis://:abc@cache:6379
delete after setup — expires 1hr
7 days
Share
textdrop.sh/
7 days · plain text
Use cases
  • 01Share GitHub Actions workflow files
  • 02Send Kubernetes deployment manifests
  • 03Share Docker Compose configurations
  • 04Distribute Helm chart values
  • 05Send Ansible playbook snippets
FAQ
Does YAML highlighting handle anchors and aliases?+

Yes. The grammar supports YAML anchors (&), aliases (*), and merge keys (<<).

Can I share secrets in YAML files?+

For secrets, enable password protection and share the password separately. Non-password pastes are encrypted in your browser, but the raw data key is stored server-side for simple sharing and raw access. Burn-after-read can delete the paste after the first view.

Is there a size limit?+

Pastes up to 5 MB are supported.

Other languages
Drop your code