diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd7e3e1f288e3b48ddb2a7e8e558b18cd8803f29..12dbc9344c140e2dcf87d259a6b1dcd42dad198f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,10 +7,10 @@ variables: MYSQL_PASSWORD: $MYSQL_PASSWORD MYSQL_DATABASE: $MYSQL_DATABASE -services: - - name: mysql:latest - command: ["mysqld", "--authentication-policy=mysql_native_password"] - alias: mysql +# services: +# - name: mysql:latest +# command: ["mysqld", "--authentication-policy=mysql_native_password"] +# alias: mysql # services: # - name: mysql:latest @@ -138,7 +138,7 @@ lint: # - job_id=$(cat job_id) - > ssh "eatfast@$DOMAIN" - "cd /var/www/backend && + "cd /var/www/eatfast/backend && git stash && git checkout "$CI_COMMIT_BRANCH" && git stash &&