Rfam to xml #36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
branches: | |
- main | |
types: [closed] | |
jobs: | |
deployment: | |
if: github.event.pull_request.merged == true | |
runs-on: | |
- self-hosted | |
steps: | |
- name: Pull repository | |
run: | |
ssh ${{ secrets.SRUN_SERVER }} "git -C ${{ secrets.DEPLOY_PATH }} pull" | |
- name: Send e-mail | |
run: | |
echo "The AddedAnnotations repository was pulled and moved to production." | mail -s "[emdb-emicss] addedAnnotations has updated" pdb_em@ebi.ac.uk |