Skip to content

Commit

Permalink
Release version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianfreeman committed Oct 24, 2019
1 parent 051abaf commit e9594b6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Publish
uses: signalnerve/wrangler-action@0.1.4
uses: cloudflare/wrangler-action@1.0.0
with:
apiKey: ${{ secrets.apiKey }}
email: ${{ secrets.email }}
Expand All @@ -36,7 +36,7 @@ jobs:
deploy:
name: Deploy
steps:
uses: signalnerve/wrangler-action@0.1.4
uses: cloudflare/wrangler-action@1.0.0
with:
apiKey: ${{ secrets.apiKey }}
email: ${{ secrets.email }}
Expand All @@ -49,7 +49,7 @@ jobs:
deploy:
# ... previous configuration ...
steps:
uses: signalnerve/wrangler-action@0.1.4
uses: cloudflare/wrangler-action@1.0.0
with:
# ... api key and email ...
environment: 'production'
Expand All @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Publish
uses: signalnerve/wrangler-action@0.1.4
uses: cloudflare/wrangler-action@1.0.0
with:
apiKey: ${{ secrets.apiKey }}
email: ${{ secrets.email }}
Expand All @@ -98,7 +98,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Publish app
uses: signalnerve/wrangler-action@0.1.4
uses: cloudflare/wrangler-action@1.0.0
with:
apiKey: ${{ secrets.apiKey }}
email: ${{ secrets.email }}
Expand All @@ -121,7 +121,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Publish app
uses: signalnerve/wrangler-action@0.1.4
uses: cloudflare/wrangler-action@1.0.0
with:
apiKey: ${{ secrets.apiKey }}
email: ${{ secrets.email }}
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Build site
run: 'npm run build'
- name: Publish
uses: signalnerve/wrangler-action@0.1.4
uses: cloudflare/wrangler-action@1.0.0
with:
apiKey: ${{ secrets.apiKey }}
email: ${{ secrets.email }}
Expand Down

0 comments on commit e9594b6

Please sign in to comment.