Skip to content

Commit

Permalink
chore: README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
codename-niels committed May 13, 2024
1 parent 64f3464 commit 7c05be7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Digital Ocean Deployment Action

## Usage
create a yaml file in the `.github/workflows` folder als paste the following in it:
```yml
name: Deploy app to DigitalOcean
run-name: Deploy ${{ github.ref_type == 'tag' && github.ref_name || 'latest' }} to ${{ github.ref_type == 'tag' && 'production' || 'acceptance' }}
Expand Down

0 comments on commit 7c05be7

Please sign in to comment.