Spaces:
Sleeping
Sleeping
うみゅ
commited on
Update deploy.yml
Browse filesenvironment: productionを追加
https://docs.github.com/ja/actions/deployment/targeting-different-environments/using-environments-for-deployment#using-an-environment
.github/workflows/deploy.yml
CHANGED
@@ -6,6 +6,7 @@ on:
|
|
6 |
jobs:
|
7 |
deployment:
|
8 |
runs-on: ubuntu-latest
|
|
|
9 |
steps:
|
10 |
- name: Checkout repository
|
11 |
uses: actions/checkout@main
|
|
|
6 |
jobs:
|
7 |
deployment:
|
8 |
runs-on: ubuntu-latest
|
9 |
+
environment: production
|
10 |
steps:
|
11 |
- name: Checkout repository
|
12 |
uses: actions/checkout@main
|