This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
Deploy to Caprover #103
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] | |
with: | |
server: "${{ secrets.CAPROVER_SERVER }}" | |
app: creators-registry | |
token: "${{ secrets.CAPROVER_TOKEN }}" | |
image: ghcr.io/eddiehubcommunity/creatorsregistry:latest |