Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
addisonbeck authored Sep 11, 2023
1 parent 50b0035 commit 3988a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.js CI
name: Build & Deploy
on:
push:
branches: [ "main" ]
Expand All @@ -17,7 +17,7 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build
- name: copy file via ssh password
- name: deploy
uses: appleboy/[email protected]
with:
host: ${{ secrets.DEPLOY_HOST }}
Expand Down

0 comments on commit 3988a3b

Please sign in to comment.