Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.

update gpt4free

update gpt4free #11

Workflow file for this run

name: Build & Deploy
on:
push:
branches: ["main"]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: a7ul/[email protected]
with:
command: c
cwd: "./"
files: ./
outPath: deploy.tar
- name: Deploy App to CapRover
uses: caprover/[email protected]
with:
server: "${{ secrets.CAPROVER_SERVER }}"
app: "${{ secrets.APP_NAME }}"
token: "${{ secrets.APP_TOKEN }}"