Add demo environment to CI

This commit is contained in:
Christopher C. Wells 2022-10-30 10:22:18 -07:00
parent 6392ffb37b
commit e387c5cba2
1 changed files with 3 additions and 0 deletions

View File

@ -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