Newer
Older
#stages:
# - build
# - deploy
#image-build:
# stage: build
# tags:
# - crisp
# script:
# - docker build -t postgresql-notebook .
#jupyterhub-restart:
# stage: deploy
# tags:
# - jupyterhub
# script:
# - sudo systemctl restart jupyterhub
# when: on_success