diff --git a/.fleek.json b/.fleek.json index 4a8fdfc..ac3d58c 100644 --- a/.fleek.json +++ b/.fleek.json @@ -1,10 +1,10 @@ { "site": { - "id": "76f85bbb-6336-4a65-be4e-14a23b27427c", - "team": "perfectmak-55701-team", + "id": "0991882f-3be7-482d-9208-89899a3632e7", + "team": "perfect-team", "platform": "ipfs", "source": "ipfs", - "name": "odd-bonus-1873" + "name": "hidden-waterfall-6189" }, "build": { "baseDir": "", diff --git a/Dockerfile b/Dockerfile index 17a9492..0c55d26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV NPM_CONFIG_PREFIX=/home/node/.npm-global ENV PATH="/home/node/.npm-global/bin:$PATH" USER node -RUN npm install -g @fleekhq/fleek-cli@0.1.0-alpha5 +RUN npm install -g @fleekhq/fleek-cli@^0.1.0 COPY entrypoint.sh /home/node/entrypoint.sh diff --git a/README.md b/README.md index 5c31e20..0947eb8 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ jobs: The action can be configured with the following input arguments: -- apiKey (required) - Your Fleek scoped API key that has permission to the deploy to the configured site. +- apiKey (required) - Your Fleek scoped API key that has permission to deploy to the configured site. - workDir (optional) - The location of your .fleek.json config file. Defaults to repositories base directory. diff --git a/entrypoint.sh b/entrypoint.sh index 3a71198..1bcd79f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -23,9 +23,6 @@ if [ -n "${INPUT_WORKDIR}" ]; then echo "Changed to working directory: $(pwd)" fi - -fleek config:set --environment dev - echo "Executing sites deploy" output=$(fleek site:deploy"$flags") if [ $? -ne 0 ]; then