Skip to content

Update do-deploy.yml #2

Update do-deploy.yml

Update do-deploy.yml #2

Workflow file for this run

name: Deploy to DigitalOcean App Platform (Static Site)
on:
push:
branches: [ do-deploy-test ]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Deploy the app
uses: digitalocean/app_action/deploy@v2
with:
app_name: lumexui
token: ${{ secrets.DIGITALOCEAN_TOKEN }}