Skip to content

Commit

Permalink
Update prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixcoded20 authored Feb 21, 2024
1 parent a742976 commit 2dd6f1e
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,10 @@ jobs:

steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2

- name: Use Node.js 16
uses: actions/setup-node@v2-beta
with:
node-version: '16'

- name: 🔨 Build Project
run: |
yarn
gulp build-prod
uses: actions/checkout@v3

- name: 📂 Deploy to Server
uses: easingthemes/ssh-deploy@v2.1.5
uses: easingthemes/ssh-deploy@main
env:
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
# ARGS: "-rltgoDzvO --delete"
Expand Down

0 comments on commit 2dd6f1e

Please sign in to comment.