mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Clean up action order
This commit is contained in:
parent
2b11ca94a8
commit
9fda97018a
1 changed files with 4 additions and 4 deletions
|
|
@ -11,13 +11,13 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Deploy
|
name: Deploy
|
||||||
steps:
|
steps:
|
||||||
- name: print secrets
|
- uses: actions/checkout@master
|
||||||
|
- name: Write Wrangler config
|
||||||
run: |
|
run: |
|
||||||
echo "$WRANGLER_TOML" >> doesitarm-default/wrangler.toml
|
echo "$WRANGLER_TOML" >> doesitarm-default/wrangler.toml
|
||||||
cat doesitarm-default/wrangler.toml
|
cat doesitarm-default/wrangler.toml
|
||||||
- uses: actions/checkout@master
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
uses: cloudflare/wrangler-action@1.3.0
|
uses: cloudflare/wrangler-action@1.3.0
|
||||||
with:
|
with:
|
||||||
apiToken: ${{ secrets.CF_API_TOKEN }}
|
apiToken: ${{ secrets.CF_API_TOKEN }}
|
||||||
workingDirectory: 'doesitarm-default'
|
workingDirectory: 'doesitarm-default'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue