Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Chore: Prepare prod release
Browse files Browse the repository at this point in the history
  • Loading branch information
perfectmak committed Mar 9, 2021
1 parent 9162d51 commit dac2113
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .fleek.json
Original file line number Diff line number Diff line change
@@ -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": "",
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]-alpha5
RUN npm install -g @fleekhq/fleek-cli@^0.1.0

COPY entrypoint.sh /home/node/entrypoint.sh

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 0 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dac2113

Please sign in to comment.