Skip to content

Commit

Permalink
Add CI/CD for develop site
Browse files Browse the repository at this point in the history
Signed-off-by: Riddhesh Sanghvi <[email protected]>
  • Loading branch information
mrrobot47 committed Dec 12, 2023
1 parent 51502fe commit 8aeb98a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ main:
user: rtcamp
deploy_path: /home/rtcamp/privacy-sandbox-demos
prev_releases_limit: 7

develop:
hostname: 49.13.70.42
user: rtcamp
deploy_path: /home/rtcamp/privacy-sandbox-demos
prev_releases_limit: 3
1 change: 1 addition & 0 deletions .github/workflows/deploy_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- main
- develop

name: Deploy
jobs:
Expand Down

0 comments on commit 8aeb98a

Please sign in to comment.