Skip to content

Commit a26e82d

Browse files
authored
Use environment secrets for production deploy
1 parent f1ee775 commit a26e82d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
deploy:
99
name: Build
1010
runs-on: ubuntu-latest
11+
environment:
12+
name: production
13+
url: https://images.csssr.com
1114

1215
steps:
1316
- name: Download CSSSR actions

0 commit comments

Comments
 (0)