Skip to content

Commit

Permalink
Исправлен скрипт
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariqun committed Sep 10, 2023
1 parent ee8d569 commit 3790928
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
- name: build
run: yarn build
- name: deploy
uses: appleboy/ssh-action@master
uses: appleboy/scp-action@v0.1.4
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
local: build/*
remote: ~/../var/www/ariqun_ru/data/www/ariqun.ru/
source: build/*
target: ~/../var/www/ariqun_ru/data/www/ariqun.ru/
# script: |
# cd ~/../Sudoku
# git pull
Expand Down

0 comments on commit 3790928

Please sign in to comment.