Skip to content

Commit

Permalink
github action to deploy client to netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
drbarzaga committed Apr 21, 2024
1 parent c57d8b7 commit d7d385d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/deploy-client.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Deploy Client

on:
push:
branches: [main]

jobs:
deploy:
name: "Deploy to Netlify"
steps:
- uses: jsmrcaga/[email protected]
with:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_DEPLOY_TO_PROD: true

0 comments on commit d7d385d

Please sign in to comment.