Skip to content

Commit

Permalink
update to Node 16 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
christianspecht committed May 15, 2023
1 parent d2e9487 commit fc1ec1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: nelonoel/[email protected]
- uses: actions/checkout@v3
- uses: Wohlstand/[email protected]-wohl
- name: Build site
run: |
docker run \
Expand All @@ -43,7 +43,7 @@ jobs:
echo "${{ secrets.KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan ${{ secrets.HOST }} >> ~/.ssh/known_hosts
- uses: nelonoel/[email protected]
- uses: Wohlstand/[email protected]-wohl
- name: Run deploy script
run: |
rsync -rSlh --stats build/ ${{ secrets.USERNAME }}@${{ secrets.HOST }}:${{ secrets.WEBPATH }}-${{ env.BRANCH_NAME }}/tar
Expand Down

0 comments on commit fc1ec1d

Please sign in to comment.