Skip to content

Commit

Permalink
test it
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Feb 9, 2024
1 parent 8ba0cd9 commit 6a698e5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

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

0 comments on commit 6a698e5

Please sign in to comment.