Skip to content

Commit

Permalink
add deploy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bpinsard committed Jul 23, 2023
1 parent dcd7d0e commit 27235e0
Showing 1 changed file with 17 additions and 0 deletions.
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 }}

0 comments on commit 27235e0

Please sign in to comment.