Commit 690a6b39 authored by nanahira's avatar nanahira

Update .gitlab-ci.yml

parent 38a8f20b
Pipeline #236 failed
variables:
GIT_DEPTH: "1"
stage:
- deploy
deploy: deploy:
image: python:latest image: python:latest
tags:
- imggen
script: script:
- pip install awscli - pip install awscli
- aws s3 --endpoint=https://minio.mycard.moe:9000 sync --delete . s3://mycard/ygomobile-images --exclude "*" --include "*.jpg" - 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