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:
|
on:
|
||||||
push:
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -10,6 +10,9 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
name: Deploy Cloudflare Worker
|
name: Deploy Cloudflare Worker
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
environment: production
|
||||||
steps:
|
steps:
|
||||||
- name: Git checkout
|
- name: Git checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user