Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amitksingh1490 authored Jun 7, 2024
1 parent ad3f9b6 commit b06fd6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v2
- name: Deploy Tailcall
id: deploy-tailcall
uses: tailcallhq/gh-action@v0.2
uses: tailcallhq/gh-action@v0.1
with:
provider: 'aws'
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand All @@ -64,11 +64,11 @@ jobs:
uses: actions/checkout@v2
- name: Deploy Tailcall
id: deploy-tailcall
uses: tailcallhq/gh-action@v0.2
uses: tailcallhq/gh-action@v0.1
with:
provider: 'fly'
fly-api-token: ${{ secrets.FLY_API_TOKEN }}
fly-app-name: "tailcall"
fly-region: "lax"
tailcall-config: 'config.graphql'
```
```

0 comments on commit b06fd6a

Please sign in to comment.