Skip to content

Commit

Permalink
Chore: Add 'deploy.yml' file
Browse files Browse the repository at this point in the history
  • Loading branch information
ITurres committed Feb 7, 2024
1 parent 3be3c9c commit ef0715c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Deploy Workflow

on:
push:
branches:
- gh-pages

jobs:
deploy:
name: portfolioDeploy
runs-on: ubuntu-latest
environment: github-pages
env:
REACT_APP_FORM_ACTION_URL: ${{ secrets.REACT_APP_FORM_ACTION_URL }}
REACT_APP_INVOLVEMENT_API_BASE_URL: ${{ secrets.REACT_APP_INVOLVEMENT_API_BASE_URL }}
REACT_APP_INVOLVEMENT_API_APP_ID: ${{ secrets.REACT_APP_INVOLVEMENT_API_APP_ID }}

0 comments on commit ef0715c

Please sign in to comment.