Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bmann committed Jul 3, 2024
1 parent dde3478 commit a657966
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/surfer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ on:
push:
branches: ["main"]

steps:
- uses: actions/checkout@v3
- name: Run Surfer Action
uses: addnab/docker-run-action@v3
with:
image: git.9wd.eu/9wd/surfer-action:latest
run: |
surfer --version
surfer put --token ${{ secrets.SURFER_TOKEN }} --server https://localhost.dwebyvr.org website/* /
jobs:
steps:
- uses: actions/checkout@v3
- name: Run Surfer Action
uses: addnab/docker-run-action@v3
with:
image: git.9wd.eu/9wd/surfer-action:latest
run: |
surfer --version
surfer put --token ${{ secrets.SURFER_TOKEN }} --server https://localhost.dwebyvr.org website/* /

0 comments on commit a657966

Please sign in to comment.