Skip to content

chore: upgrade class validator (#5) #5

chore: upgrade class validator (#5)

chore: upgrade class validator (#5) #5

Workflow file for this run

# check if `HEROKU_API_KEY` existed
name: '[BE] Deploy Develop'
on:
push:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
# cloning and checkout ${target} branch
- uses: actions/checkout@v4
with:
ref: develop
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: ${{secrets.HEROKU_APP_NAME}}
branch: main # git push heroku develop:main