Skip to content

Merge 41f451e23dc6ebee56d2ecfd932c5a7887c31b04 into 7fdd53b5bfec2da2a… #16

Merge 41f451e23dc6ebee56d2ecfd932c5a7887c31b04 into 7fdd53b5bfec2da2a…

Merge 41f451e23dc6ebee56d2ecfd932c5a7887c31b04 into 7fdd53b5bfec2da2a… #16

Workflow file for this run

name: deploy
on:
push:
branches:
- main
- pr-test/*
concurrency:
group: deploy
cancel-in-progress: false
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Install defang
run: . <(curl -Ls https://s.defang.io/install)
- name: Login to Defang
run: defang login
- name: Deploy
run: defang compose up -v --detach