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 bdae647
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-action-tile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
sudo make install
- name: Copy GeoJSON files
run: |
sshpass -p "${{ secrets.PASSWORD }}" rsync -r -e "ssh -o StrictHostKeyChecking=no -p${{ secrets.PORT }}" ${{ secrets.USER }}@${{ secrets.HOST }}:geojson/ $HOME/geojson
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: |
cd $HOME
Expand Down

0 comments on commit bdae647

Please sign in to comment.