Skip to content

Commit

Permalink
feat: add deploy prod action
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge committed Jan 23, 2024
1 parent 8f96f40 commit e2f490f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Deploy to prod

on:
push:
branches:
- master
paths:
- handlers/*
- constants.js
- serverless.yml
- package.json
- package-lock.json

jobs:
deploy-prod:
uses: ./.github/workflows/serverless-deploy.yaml
with:
ENVIRONMENT: prod

0 comments on commit e2f490f

Please sign in to comment.