1.0.20 • Published 3 years ago

cloudflare-static-deployment v1.0.20

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

README

Auto deployment in Cloudflare workers for static code (react, angular, vanilla, html & css, ...)

How do I get set up?

bitbucket-pipelines.yml

We can't push a .env in the repo so, we need to add the environment variables

            - export NODE_ENV=dev
            - export REACT_APP_API_DOMAIN=$STAGING_REACT_APP_API_DOMAIN
            - export REACT_APP_API_DOMAIN_V1=$STAGING_REACT_APP_API_DOMAIN_V1

Add the following lines to the bitbucket-pipelines.yml step you want to configure

            - npm i cloudflare-static-deployment
            - npx deploy -e staging 

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact
1.0.19

3 years ago

1.0.2

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.20

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago