Skip to content

Commit

Permalink
ci: missed a reference
Browse files Browse the repository at this point in the history
  • Loading branch information
gregswift committed Aug 4, 2024
1 parent ead0960 commit 2d08ada
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:

env:
CONTAINER_ENGINE: docker
TARGET_SYSTEM: ${{ vars.TARGET_SYSTEM }}
TARGET_PORT: ${{ vars.TARGET_PORT }}
TARGET_DIR: ${{ vars.TARGET_DIR }}

runs-on: ubuntu-latest

Expand All @@ -35,5 +32,7 @@ jobs:
- name: Publish site
run: make publish
env:
TARGET_SYSTEM: ${{ secrets.TARGET_SYSTEM }} # This should be user@host
TARGET_SYSTEM: ${{ vars.TARGET_SYSTEM }} # This should be user@host
TARGET_PORT: ${{ vars.TARGET_PORT }}
TARGET_DIR: ${{ vars.TARGET_DIR }}

0 comments on commit 2d08ada

Please sign in to comment.