Skip to content

Commit

Permalink
Merge pull request #25 from emdb-empiar/cicd
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
neliebi authored Jan 31, 2024
2 parents 4ce6719 + 515c98e commit fe2485b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
ssh ${{ secrets.BSUB_SERVER }} "bsub -K -q datamover 'rsync -av ${{ secrets.DEPLOY_PATH }}/emdb_schemas/ ${{ secrets.FTP_PATH }}/'"
- name: Send e-mail
run:
echo "The AddedAnnotations repository was pulled and moved to production." | mail -s "[emdb-emicss] addedAnnotations has updated" [email protected]
echo "The EMDB schemas repository was pulled and moved to production." | mail -s "[emdb-schema] EMDB schema has updated" [email protected]

0 comments on commit fe2485b

Please sign in to comment.