DefangLabs / samples

Samples to show you how to create and deploy apps with Defang.
1 stars 2 forks source link

Convert all samples to use the Defang GH action from marketplace #172

Closed raphaeltm closed 1 month ago

raphaeltm commented 1 month ago
name: Deploy

on:
  push:
    branches:
      - main

jobs:
  test:
    runs-on: ubuntu-latest
    permissions:
      contents: read
      id-token: write

    steps:
    - name: Checkout Repo
      uses: actions/checkout@v4

    - name: Deploy
      uses: DefangLabs/defang-github-action@v1.0.4