Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Deploy to Caprover #1284

Deploy to Caprover

Deploy to Caprover #1284

Workflow file for this run

name: Deploy to Caprover
on:
registry_package:
types: [published]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Deploy Image to CapRrover
uses: caprover/deploy-from-github@v1.1.2
with:
server: "${{ secrets.CAPROVER_SERVER }}"
app: biodrop
token: "${{ secrets.CAPROVER_TOKEN }}"
image: ghcr.io/eddiehubcommunity/biodrop:latest