Skip to content

Commit

Permalink
Update tile action path in ssh copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcth committed Jan 27, 2024
1 parent 1991097 commit 3f7c8ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-action-tile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
sudo make install
- name: Copy GeoJSON files
run: |
mkdir $HOME/geojson
sshpass -p "${{ secrets.PASSWORD }}" rsync -r -e "ssh -o StrictHostKeyChecking=no -p${{ secrets.PORT }}" ${{ secrets.USER }}@${{ secrets.HOST }}:geojson/ $HOME/geojson
- name: Create tiles
run: |
Expand Down

0 comments on commit 3f7c8ac

Please sign in to comment.