うみゅ commited on
Commit
83b3608
·
unverified ·
1 Parent(s): 0313122

Update deploy.yml

Browse files

environment: productionを追加

https://docs.github.com/ja/actions/deployment/targeting-different-environments/using-environments-for-deployment#using-an-environment

Files changed (1) hide show
  1. .github/workflows/deploy.yml +1 -0
.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