Skip to content

Commit

Permalink
Test pub key
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon committed Oct 27, 2023
1 parent f6a4b48 commit 19543ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Copy builds to server
run: |
echo "PUB Key: ${{ secrets.PUB_KEY }}"
ssh root@${{ secrets.IP }} "mkdir -p /root/freeflix && mkdir -p /root/freeflix/api && mkdir -p /root/freeflix/client && mkdir -p /root/freeflix/navigator"
rsync -vrm ./navigator/dist/* root@${{ secrets.IP }}:/root/freeflix/navigator --delete
scp ./docker-compose.yml root@${{ secrets.IP }}:/root/freeflix/docker-compose.yml
Expand Down

0 comments on commit 19543ae

Please sign in to comment.