Skip to content

rarg27/dokploy-deploy-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Dokploy Deploy Action

This repository contains GitHub Actions for deploying applications with image URI in Dokploy.

Features

  • Update application with image URI
  • Trigger deployment on Dokploy
  • Easy integration with GitHub workflows

Usage

To use these actions in your GitHub workflow, add the following to your .github/workflows/deploy.yml file:

name: Deploy application

on:
  push:
    branches:
      - main

jobs:
  dokploy_deploy:
    uses: rarg27/dokploy-deploy-action@main
    with:
      api_token: ${{ secrets.DOKPLOY_API_TOKEN }}
      application_id: ${{ secrets.DOKPLOY_APPLICATION_ID }}
      dokploy_url: ${{ secrets.DOKPLOY_URL }}
      image_uri: 123456789123.dkr.ecr.ap-southeast-1.amazonaws.com/example:latest

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue for any bugs or feature requests.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •