Commit 955e7847 authored by nanahira's avatar nanahira

Update .gitlab-ci.yml

parent 690a6b39
Pipeline #237 failed
variables: variables:
GIT_DEPTH: "1" GIT_DEPTH: "1"
stage: stages:
- deploy - deploy
deploy: deploy:
image: python:latest image: python:latest
tags: tags:
- imggen - linux
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