Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
salimi-my committed Nov 25, 2023
1 parent 850b819 commit 0af0cdc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ on:
# Authenticate to the the server via ssh
# and run our deployment script
jobs:
install:
deploy:
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v2
- name: Git checkout
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/checkout@v3
version: 8.11.0
- name: Deploy to Server
uses: appleboy/ssh-action@master
with:
Expand Down

0 comments on commit 0af0cdc

Please sign in to comment.