Commit 955e7847 authored by nanahira's avatar nanahira

Update .gitlab-ci.yml

parent 690a6b39
Pipeline #237 failed
variables:
GIT_DEPTH: "1"
stage:
stages:
- deploy
deploy:
image: python:latest
tags:
- imggen
- linux
script:
- pip install awscli
- aws s3 --endpoint=https://minio.mycard.moe:9000 sync --delete . s3://mycard/ygomobile-images --exclude "*" --include "*.jpg"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment