Add a url to the deployment

This commit is contained in:
BBaoVanC 2021-10-15 03:43:57 -05:00
parent f5e6390358
commit 822128a5ae
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A

View File

@ -8,7 +8,9 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
environment: bbaovanc.com
environment:
name: bbaovanc.com
url: https://bbaovanc.com
steps:
- name: Checkout
uses: actions/checkout@v2