Skip to content

Commit

Permalink
prueba pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Franco committed Jan 5, 2024
1 parent bf1763f commit 799327c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Deployment Pipeline

on:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Install dependencies
run: npm install

0 comments on commit 799327c

Please sign in to comment.