Skip to content

Commit

Permalink
fixed all bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
PlamenErmenkov committed May 30, 2024
1 parent fc07fea commit 70f33d1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
cwd: "./"
files: ./
outPath: deploy.tar
- name: send to server
uses: caprover/deploy-from-github@main
- name: Ls files
run: ls -la
- name: Deploy App to CapRover
uses: caprover/[email protected]
with:
server: "${{ secrets.CAPROVER_SERVER }}"
app: "${{ secrets.WEB_APP_NAME }}"
Expand Down

0 comments on commit 70f33d1

Please sign in to comment.