Skip to content

Merge branch 'main' of github.com:DefangLabs/samples #7

Merge branch 'main' of github.com:DefangLabs/samples

Merge branch 'main' of github.com:DefangLabs/samples #7

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Deploy
uses: DefangLabs/[email protected]
with:
config-env-vars: POSTGRES_PASSWORD
env:
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}