Skip to content

chore: correct naming of standard #3

chore: correct naming of standard

chore: correct naming of standard #3

Workflow file for this run

name: CD+CI
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
ref: refs/heads/main
- uses: a7ul/[email protected]
with:
command: c
cwd: ./
files: ./
outPath: deploy.tar
- name: Deploy to Caprover
if: ${{ github.ref == 'refs/heads/main' }}
uses: caprover/[email protected]
with:
server: '${{ secrets.CAPROVER_SERVER }}'
app: '${{ secrets.APP_NAME }}'
token: '${{ secrets.APP_TOKEN }}'