Skip to content

Test env var setting #16

Test env var setting

Test env var setting #16

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@support-env
with:
server: ${{ secrets.CAPTAIN_SERVER_URL }}
password: ${{ secrets.CAPTAIN_SERVER_PASSWORD }}
keep: false
# keep: (github.event_name == 'pull_request' && github.event.action == 'closed') != true