specify env
This commit is contained in:
parent
386de203c2
commit
aa3fbd00c8
2
.github/workflows/ewpratten-com.yml
vendored
2
.github/workflows/ewpratten-com.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: "Site: ewpratten.com"
|
||||
name: ewpratten.com
|
||||
|
||||
on:
|
||||
push:
|
||||
|
5
.github/workflows/sdf-ewpratten-com.yml
vendored
5
.github/workflows/sdf-ewpratten-com.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user