Skip to content

born05/digital-ocean-deployment-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Digital Ocean Deployment Action

Usage

create a yaml file in the .github/workflows folder als paste the following in it:

name: Deploy app to DigitalOcean
run-name: Deploy ${{ github.ref_type == 'tag' && github.ref_name || 'latest' }} to ${{ github.ref_type == 'tag' && 'production' || 'acceptance' }}

on:
  push:
    branches: [main]
    tags: ["*"]

jobs:
  ext:
    uses: born05/digital-ocean-deployment-action/.github/workflows/deploy-to-do.yml@main
    secrets: inherit
    with:
      node-version: 21.x
      cms: true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published