Skip to content

update to DefangLabs/defang-github-action@v1.1.0 #21

update to DefangLabs/defang-github-action@v1.1.0

update to DefangLabs/defang-github-action@v1.1.0 #21

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/defang-github-action@v1.1.0