Skip to content
Snippets Groups Projects
Commit cad9828a authored by aradjafari's avatar aradjafari
Browse files

only master added to yml

parent 9cabcac7
No related branches found
No related tags found
No related merge requests found
...@@ -24,8 +24,9 @@ cache: ...@@ -24,8 +24,9 @@ cache:
build-client-pages: build-client-pages:
only:
- master
stage: build stage: build
only: master
script: script:
# - echo "Creating credential file" # - echo "Creating credential file"
# - echo $DB_HOST > .env # - echo $DB_HOST > .env
...@@ -48,8 +49,9 @@ build-client-pages: ...@@ -48,8 +49,9 @@ build-client-pages:
pages: pages:
only:
- master
stage: deploy stage: deploy
only: master
script: script:
- cd public - cd public
- ls - ls
...@@ -60,8 +62,9 @@ pages: ...@@ -60,8 +62,9 @@ pages:
run_server: run_server:
only:
- master
stage: run stage: run
only: master
dependencies: dependencies:
- build-client-pages - build-client-pages
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment