diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 027b331476f16bbd636a9209817a3a67ff10583d..f46183e7ba83599dc32c57120bb16e39bea533a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -105,12 +105,11 @@ deploy: stage: deploy image: name: docker.io/flyio/flyctl:v0.1.103 - entrypoint: ["/flyctl"] + entrypoint: [""] variables: FLY_API_TOKEN: $PRODUCTION_FLY_API_TOKEN rules: !reference [.upstream-deploy-production-rules, rules] - script: - - deploy --remote-only + script: "/flyctl deploy --remote-only" environment: name: production url: https://sitodo-pmpl.fly.dev