netlify deploy

fixed: #3815

Signed-off-by: Avelino <avelinorun@gmail.com>
This commit is contained in:
Avelino 2021-12-15 19:34:01 -03:00
parent 2e7737c06f
commit 375446fb74
1 changed files with 13 additions and 4 deletions

View File

@ -7,9 +7,10 @@ jobs:
build:
name: Running test
runs-on: ubuntu-latest
environment: netlify
strategy:
matrix:
go: ['1.15.x']
go: ['1.15.x']
steps:
- uses: actions/checkout@1.0.0
- name: Get dependencies
@ -19,3 +20,11 @@ jobs:
run: go run test_stale_repositories.go scripts.go
env:
OAUTH_TOKEN: ${{secrets.OAUTH_TOKEN}}
- name: netlify awesome-go.com
uses: jsmrcaga/action-netlify-deploy@v1.1.0
if: contains('refs/heads/master', github.ref)
with:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_DEPLOY_TO_PROD: true
build_directory: tmpl