mirror of https://github.com/snachodog/mybuddy.git
Add demo environment to CI
This commit is contained in:
parent
6392ffb37b
commit
e387c5cba2
|
@ -81,6 +81,9 @@ jobs:
|
||||||
deploy-demo:
|
deploy-demo:
|
||||||
needs: test
|
needs: test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment:
|
||||||
|
name: demo
|
||||||
|
url: https://demo.baby-buddy.net
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in New Issue