Skip to content

Commit

Permalink
add deploy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bpinsard committed Jan 9, 2025
1 parent 721dc96 commit 86396ca
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Test deploy
on:
push:
branches: [ main, git-annex, tests]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
deploy_linux:
uses: courtois-neuromod/actions-template/.github/workflows/deploy.yml@main
with:
name: CNeuromod Bot
email: [email protected]
secrets:
ssh_key: ${{ github.event.repository.private && secrets.CNEUROMOD_BOT_SSH_KEY || secrets.CNEUROMOD_USER_BOT_SSH_KEY }}
s3_access_key: ${{ secrets.CNEUROMOD_BOT_S3_ACCESS_KEY }}
s3_secret_key: ${{ secrets.CNEUROMOD_BOT_S3_SECRET_KEY }}
2 changes: 1 addition & 1 deletion code/glmsingle/GLMsingle

0 comments on commit 86396ca

Please sign in to comment.