Skip to content

Commit

Permalink
Merge pull request #170 from data-to-insight/build/cross-repo-deploy
Browse files Browse the repository at this point in the history
Build/cross repo deploy
  • Loading branch information
dotloadmovie authored Oct 18, 2023
2 parents 6039880 + 0445021 commit 74ec744
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/deploy_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,15 @@ jobs:
branch: gh-pages # The branch the action should deploy to.
folder: build # The folder the action should deploy.
target-folder: dev

- name: Pushes files to 903/LAC repo
uses: dmnemec/copy_file_to_another_repo_action@main
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source_file: 'build/*'
destination_repo: 'data-to-insight/csc-validator-fe-publish-903'
destination_branch: 'gh-pages'
user_email: '[email protected]'
user_name: 'dotloadmovie'
commit_message: 'Release to 903'

0 comments on commit 74ec744

Please sign in to comment.