Skip to content

Commit

Permalink
Add deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hdadhich01 committed Dec 29, 2023
1 parent 52f0586 commit 77448e9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Deploy to DigitalOcean

on:
push:
branches:
- deploy

jobs:
deploy:
runs-on: ubuntu-latest
environment: DigitalOcean

steps:
- name: DigitalOcean App Platform deployment
uses: digitalocean/[email protected]
with:
app_name: api
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}

0 comments on commit 77448e9

Please sign in to comment.