Skip to content

Commit

Permalink
Merge pull request #12 from bird-house/update-pavics-landing-repo-url
Browse files Browse the repository at this point in the history
deploy pavics-landing: update to https repo url since the repo is now public

This makes the cronjob setup easier since no ssh keys to worry about.

pavics-landing repo is made public for Ouranosinc/PAVICS-e2e-workflow-tests#79.
  • Loading branch information
tlvu committed Jul 6, 2021
2 parents 5dd7608 + 16d24a5 commit e284ab8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion scheduler-jobs/deploy_pavics_landing_notebooks.env
Expand Up @@ -9,7 +9,6 @@
#
## Override cron schedule and set ssh identity file.
#DEPLOY_DATA_JOB_SCHEDULE="3 0,3,6,9,12,15,18,21 * * *" # UTC
#DEPLOY_DATA_JOB_GIT_SSH_IDENTITY_FILE=/home/vagrant/.ssh/id_rsa_pavics-landing-ro
#
## Source deploy_data_job.env that will actually perform the job creation.
#. <path to deploy_data_job.env>
Expand Down
3 changes: 1 addition & 2 deletions scheduler-jobs/deploy_pavics_landing_notebooks.yml
Expand Up @@ -4,8 +4,7 @@
#

deploy:
# clone over ssh since private repo
- repo_url: git@github.com:Ouranosinc/PAVICS-landing.git
- repo_url: https://github.com/Ouranosinc/PAVICS-landing.git
branch: origin/master
checkout_name: PAVICS-landing
dir_maps:
Expand Down

0 comments on commit e284ab8

Please sign in to comment.