forked from sampottinger/ljsimpleregisterlookup
-
Notifications
You must be signed in to change notification settings - Fork 1
32 lines (29 loc) · 874 Bytes
/
deploy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: Deploy to Heroku Testing Environment
on:
workflow_dispatch:
push:
branches: [ci]
jobs:
deploy:
environment: ljsimpleregisterlookup-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- run: |
git status
git submodule status
git submodule init
git submodule update
git submodule status
git status --porcelain
git rev-parse --is-shallow-repository
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: ${{ vars.APP_NAME }}
heroku_email: ${{ secrets.HEROKU_EMAIL }}
# healthcheck: ${{ vars.APP_HEALTHCHECK_LINK }}
# delay: 3
# dontuseforce: true