Skip to content

Instantly share code, notes, and snippets.

@jaceju
Last active February 20, 2019 08:17
Show Gist options
  • Save jaceju/4b32b55e69f690561642d173910ffcad to your computer and use it in GitHub Desktop.
Save jaceju/4b32b55e69f690561642d173910ffcad to your computer and use it in GitHub Desktop.
install-deps:
image: our-registry:5000/php:7.2
stage: prepare
script:
- composer --no-dev install --no-scripts
artifacts:
expire_in: 1 week
paths:
- vendor/
deploy:
image: our-registry:5000/deploy
dependencies:
- install-deps
stage: deploy
script:
- /script/deploy-script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment