Skip to content

chore: added custom rule for icons.svg #20

chore: added custom rule for icons.svg

chore: added custom rule for icons.svg #20

name: Deploy Connect Powerhouse Staging
on:
push:
branches: [staging]
env:
HUSKY: 0
jobs:
build:
environment: Powerhouse Staging
runs-on: ubuntu-latest
steps:
# Check-out your repository.
- name: Checkout
uses: actions/checkout@v2
- name: Build, Push and Release APP to Heroku. # Your custom step name
uses: gonuit/heroku-docker-deploy@v1.3.3
with:
email: ${{ secrets.HEROKU_EMAIL }}
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: ${{ secrets.HEROKU_APP_NAME }}
docker_options: "--build-arg BASE_PATH=/alpha/powerhouse/connect --build-arg VITE_BASE_HREF=/alpha/powerhouse/connect/ --build-arg VITE_ROUTER_BASENAME=/alpha/powerhouse/connect"
process_type: web