Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .github/workflows/docker-image.yml

This file was deleted.

26 changes: 26 additions & 0 deletions .github/workflows/sync-with-pacifiquem.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Push to personal github account
on:
push:
branches: [main]

jobs:
pushit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Remove .github, dist, node_modules
run: rsync * ./built -r --exclude .github --exclude dist --exclude node_modules

- name: Remove http.extraheader
run: git config --unset-all http.https://github.com/.extraheader

- name: push to main branch of personal account
uses: cpina/github-action-push-to-another-repository@v1.5.1
env:
API_TOKEN_GITHUB: ${{ secrets.CPINO_TOKEN }}
with:
source-directory: "built"
destination-github-username: "pacifiquem"
destination-repository-name: "kin-editor"
user-email: pacifiquemurangwa001@gmail.com
target-branch: main
23 changes: 0 additions & 23 deletions Dockerfile

This file was deleted.

Loading