Commit 78001bac authored by fallenstardust's avatar fallenstardust
parents 0f6e79f0 fbdef03b
Pipeline #240 passed with stage
in 5 minutes and 13 seconds
deploy:
variables:
GIT_DEPTH: "1"
#stages:
# - deploy
upload:
#stage: deploy
image: python:latest
tags:
- 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