Skip to content

Commit

Permalink
Update and rename ci.yml to cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bernoussama authored Jul 23, 2024
1 parent 514cbe0 commit d25e9bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml → .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: CI
name: CD
run-name: Portfolio Deployment
on:
push:
branches: [ main ]
paths-ignore:
- '**/README.md'

jobs:
build:
Expand All @@ -25,7 +27,6 @@ jobs:
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
nvm install node
npm install
nvm use node
node --run build
- name: Scan the host key
Expand Down

0 comments on commit d25e9bc

Please sign in to comment.