Skip to content

Commit

Permalink
Added ccms-internal deployment targets to Makefile.deploytemplate. Also
Browse files Browse the repository at this point in the history
added Eclipse .pydevproject file to .gitignore.
  • Loading branch information
jjcarver committed Apr 2, 2020
1 parent 7149a82 commit 1dc4c14
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,4 @@ venv.bak/
# user credentials
Makefile.credentials
/.project
/.pydevproject
10 changes: 10 additions & 0 deletions Makefile.deploytemplate
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ DESCRIPTION_INPUT = $(if $(WORKFLOW_DESCRIPTION),--workflow-description $(WORKFL

INPUT_PARAMS = ${VERSION_INPUT} ${WORKFLOW_INPUT} ${TOOL_INPUT} ${LABEL_INPUT} ${DESCRIPTION_INPUT}

#Deploys to ccms-internal without deploying default workflow
deploy-internal:
fab2 -H ${USERNAME}@ccms-internal.ucsd.edu --prompt-for-login-password \
update-all ${INPUT_PARAMS} --force-update-string no

#Deploys to Proteomics2 and updates default workflow
deploy-internal-update:
fab2 -H ${USERNAME}@ccms-internal.ucsd.edu --prompt-for-login-password \
update-all ${INPUT_PARAMS}

#Deploys to Proteomics2 without deploying default workflow
deploy-debug:
fab2 -H ${USERNAME}@proteomics2.ucsd.edu --prompt-for-login-password \
Expand Down

0 comments on commit 1dc4c14

Please sign in to comment.