Skip to content
Snippets Groups Projects
Commit 24691810 authored by Tibo's avatar Tibo
Browse files

only deploy when we push on the master branch

parent 63c1b445
No related branches found
No related tags found
No related merge requests found
Pipeline #18703 passed
......@@ -74,6 +74,9 @@ build:
deploy:
stage: deploy
only:
# only deploy when we push on the master branch
- master
image: alpine
before_script:
# install envsubst and ssh-add
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment