Skip to content

Commit

Permalink
feat: sync fork via workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
roschaefer committed Oct 26, 2024
1 parent 3d5d678 commit 2c80d96
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 494 deletions.
23 changes: 0 additions & 23 deletions .env.dist

This file was deleted.

Binary file removed .env.enc
Binary file not shown.
57 changes: 0 additions & 57 deletions .github/workflows/deploy.yml

This file was deleted.

267 changes: 0 additions & 267 deletions .github/workflows/publish.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Sync Fork

on:
schedule:
- cron: '*/30 * * * *' # every 30 minutes
workflow_dispatch: # on button click

jobs:
sync:

runs-on: ubuntu-latest

steps:
- uses: tgymnich/[email protected]
with:
owner: IT4Change
repo: stage.ocelot.social
base: staging
head: staging
merge_method: merge
4 changes: 0 additions & 4 deletions .gitignore

This file was deleted.

Binary file removed kubeconfig.yaml.enc
Binary file not shown.
2 changes: 0 additions & 2 deletions kubernetes/dns.values.yaml.enc

This file was deleted.

12 changes: 0 additions & 12 deletions kubernetes/dns.values.yaml.template

This file was deleted.

Binary file removed kubernetes/values.yaml.enc
Binary file not shown.
Loading

0 comments on commit 2c80d96

Please sign in to comment.