1
0
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:
2024-03-28 21:30:13 -05:00
parent 525a2c1137
commit a31dcb6df8
7 changed files with 374 additions and 0 deletions

View File

@@ -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