Skip to content

paoloose is deploying the Documed backend 🐢 #11

paoloose is deploying the Documed backend 🐢

paoloose is deploying the Documed backend 🐢 #11

Workflow file for this run

name: deploy-on-digital-ocean
run-name: ${{ github.actor }} is deploying the Documed backend 🐢
on:
push:
branches:
- main
jobs:
deploy-app:
runs-on: ubuntu-latest
steps:
- name: DigitalOcean App Platform deployment
uses: digitalocean/app_action@v1.1.5
with:
app_name: medicomas
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}