Skip to content

Commit

Permalink
Update prod-bootstrap.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixcoded20 authored Feb 21, 2024
1 parent d7fbda4 commit a8fca84
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/prod-bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,6 @@ jobs:
- name: 🚚 Get latest code
uses: actions/checkout@v3

- name: Install Node.js 18
uses: actions/setup-node@v3
with:
node-version: "18.x"

- name: 🔨 Build Project
run: |
cd bootstrap
npm install
gulp build-prod
- name: 📂 Deploy to Server
uses: easingthemes/ssh-deploy@main
env:
Expand Down

0 comments on commit a8fca84

Please sign in to comment.