Skip to content

Commit

Permalink
Merge pull request #715 from laxamentumtech/main
Browse files Browse the repository at this point in the history
chore: merge main into develop
  • Loading branch information
djdembeck authored Sep 29, 2023
2 parents a38168a + 29c30c3 commit 1297c13
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/deploy-caprover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

jobs:
build:

runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -17,10 +16,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Send build to CapRover server
uses: floms/action-caprover@v1
- name: Set up npm
uses: actions/setup-node@v2
with:
host: '${{ secrets.CAPROVER_HOST }}'
password: '${{ secrets.CAPROVER_PASSWORD }}'
app: 'audnexus'
branch: 'main'
node-version: '14'

- name: Install caprover
run: npm install -g caprover

- name: Caprover Deploy
run: caprover deploy -h '${{ secrets.CAPROVER_HOST }}' -p '${{ secrets.CAPROVER_PASSWORD }}' -b 'main' -a 'audnexus'

0 comments on commit 1297c13

Please sign in to comment.