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

Commit

Permalink
feat: deploy to eddiehub cloud caprover
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude authored Jun 23, 2024
1 parent a56dae3 commit 526fa9b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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

0 comments on commit 526fa9b

Please sign in to comment.