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:
|
||||
needs: test
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: demo
|
||||
url: https://demo.baby-buddy.net
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in New Issue