Use environment for deploy

This commit is contained in:
2021-10-15 03:40:24 -05:00
parent 2bd777fbd4
commit f5e6390358

View File

@ -1,3 +1,5 @@
name: Deploy
on:
push:
branches:
@ -6,6 +8,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
environment: bbaovanc.com
steps:
- name: Checkout
uses: actions/checkout@v2