1

specify env

This commit is contained in:
Evan Pratten 2023-11-13 16:48:47 -05:00
parent 386de203c2
commit aa3fbd00c8
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: "Site: ewpratten.com"
name: ewpratten.com
on:
push:

View File

@ -1,4 +1,4 @@
name: "Site: sdf.ewpratten.com"
name: sdf.ewpratten.com
on:
push:
@ -10,6 +10,9 @@ jobs:
deploy:
name: Deploy Cloudflare Worker
runs-on: ubuntu-latest
permissions:
contents: read
environment: production
steps:
- name: Git checkout
uses: actions/checkout@v2