Skip to content

Use prod captain server #11

Use prod captain server

Use prod captain server #11

Workflow file for this run

name: Container image
on:
push:
branches: ["main"]
tags:
- '**'
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v3
- name: Deploy caprover
uses: josedev-union/caprover-compose-action@use-unique-appname
with:
server: ${{ secrets.CAPTAIN_SERVER_URL }}
password: ${{ secrets.CAPTAIN_SERVER_PASSWORD }}