chore: upgrade class validator (#5) #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |