mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -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
|
||||
name: Deploy
|
||||
steps:
|
||||
- name: print secrets
|
||||
- uses: actions/checkout@master
|
||||
- name: Write Wrangler config
|
||||
run: |
|
||||
echo "$WRANGLER_TOML" >> doesitarm-default/wrangler.toml
|
||||
cat doesitarm-default/wrangler.toml
|
||||
- uses: actions/checkout@master
|
||||
- name: Publish
|
||||
uses: cloudflare/wrangler-action@1.3.0
|
||||
with:
|
||||
uses: cloudflare/wrangler-action@1.3.0
|
||||
with:
|
||||
apiToken: ${{ secrets.CF_API_TOKEN }}
|
||||
workingDirectory: 'doesitarm-default'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue