Skip to content
Snippets Groups Projects
.gitlab-ci.yml 443 B
Newer Older
Mia Wang's avatar
Mia Wang committed
build-job:
  stage: build
  script:
Sun Jin Kim's avatar
Sun Jin Kim committed
    - python3 -m venv venv
    - . venv/bin/activate
Sun Jin Kim's avatar
Sun Jin Kim committed
    # - pip install -r requirements.txt
Mia Wang's avatar
Mia Wang committed

Sun Jin Kim's avatar
Sun Jin Kim committed
# test-job:
#   stage: test
#   script:
#     - pytest
Mia Wang's avatar
Mia Wang committed

Sun Jin Kim's avatar
Sun Jin Kim committed
# deploy-job:
#   stage: deploy
#   script:
    # - echo "Now I'm Deploying to VM!"
    # - flask run &
    # - echo "Now I'm Deploying to Heroku!"
    # - dpl --provider=heroku --app=metarl --api-key=5ccc3ae7-725e-4f9f-b441-0c9a28ebdc1b