mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-27 21:29:17 +00:00
Add Pull Request deployment workflow
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -29,6 +29,8 @@ jobs:
|
||||
production:
|
||||
name: Push release to production
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: actions-ssh
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
@@ -47,6 +49,8 @@ jobs:
|
||||
build:
|
||||
name: Create release packages
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: actions-ssh
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
Reference in New Issue
Block a user