Skip to content

updated pom.xml, adding system.properties, and html files/resources #2

updated pom.xml, adding system.properties, and html files/resources

updated pom.xml, adding system.properties, and html files/resources #2

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/[email protected] # This is the action
with:
heroku_api_key: 2e00f265-e8c3-4e42-8936-283e8783e83a
heroku_app_name: "rooster-search" #Must be unique in Heroku
heroku_email: "[email protected]"