lyz7805 / v2ray4flyio

通过 GitHub Actions 自动在 Fly.io 上部署 V2Ray
87 stars 137 forks source link

部署失败!!! #24

Open kitkw opened 2 years ago

kitkw commented 2 years ago

[debug]Evaluating condition for step: 'Deploy'

[debug]Evaluating: success()

[debug]Evaluating success:

[debug]=> true

[debug]Result: true

[debug]Starting: Deploy

[debug]Loading inputs

[debug]Loading env

Run sh ./deploy.sh

[debug]/usr/bin/bash -e /home/runner/work/_temp/6f387e78-f129-45c0-ae9a-9b5d8a65dd50.sh

Could not resolve command - flyctl. So, install flyctl first. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1475 0 1475 0 0 26818 0 --:--:-- --:--:-- --:--:-- 26818

=#=

################################# 46.1% ######################################################################## 100.0% set channel to shell flyctl was installed successfully to /usr/local/bin/flyctl Run 'flyctl --help' to get started The app has been created. Next, create app config file - fly.toml. Create app config file success. Next, set app secrets and regions. Error Could not find App "***"

Error Could not find App "***"

App secrets and regions set success. Next, deploy the app. ==> Verifying app config --> Verified app config ==> Building image ==> Creating build context --> Creating build context done ==> Building image with Docker --> docker host: 20.10.17+azure-3 linux x86_64 Sending build context to Docker daemon 91.14kB

Step 1/5 : FROM alpine:latest latest: Pulling from library/alpine 213ec9aee27d: Already exists Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad Status: Downloaded newer image for alpine:latest ---> 9c6f07244728 Step 2/5 : WORKDIR /root ---> Running in d98f74a33dcc ---> eef457ba65fd Step 3/5 : COPY v2ray.sh /root/v2ray.sh ---> a233184b337e Step 4/5 : RUN set -ex && apk add --no-cache tzdata openssl ca-certificates && mkdir -p /etc/v2ray /usr/local/share/v2ray /var/log/v2ray && chmod +x /root/v2ray.sh ---> Running in 5bfafeeab110

Error: Process completed with exit code 1.

[debug]Finishing: Deploy

lyz7805 commented 2 years ago

不好意思,你可以检查下自己账号是否绑定信用卡账户,之前有人就是没有绑定造成不能创建应用的。

kitkw commented 2 years ago

绑定了!但原来还有最后一步付费验证没过........

wzboyer commented 1 year ago

Fork 后,配置完,最后也要 Push 一次代码才可触发构建 ,这句话是什么意思啊,我小白 我没看懂。name: Fly Deploy on: push: schedule:

lyz7805 commented 1 year ago

Fork 后,配置完,最后也要 Push 一次代码才可触发构建 ,这句话是什么意思啊,我小白 我没看懂。name: Fly Deploy on: push: schedule: - cron: '0 4 1 ' env: FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} APP_NAME: ${{ secrets.APP_NAME }} UUID: 这三个地方是改成secrets.UUID这三个地方是改成UUID:{{ secrets.5193812f-9841-4a22-ae0b-60a0e061974a }} 还是 UUID: ${{ 5193812f-9841-4a22-ae0b-60a0e061974a }}