prodV1 #2

Open
RomanGolienko wants to merge 309 commits from prodV1 into main
1 changed files with 18 additions and 18 deletions
Showing only changes of commit 730573b1fe - Show all commits

View File

@ -59,21 +59,21 @@ jobs:
- name: Check tests - name: Check tests
run: make test run: make test
deploy: # deploy:
needs: build # needs: build
runs-on: ubuntu-latest # runs-on: ubuntu-latest
steps: # steps:
- name: deploy to test server # - name: deploy to test server
uses: appleboy/ssh-action@v1.0.3 # uses: appleboy/ssh-action@v1.0.3
#
with: # with:
host: ${{ secrets.HOST }} # host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }} # username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }} # password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }} # port: ${{ secrets.PORT }}
script: | # script: |
cd /var/www/test-testabit/ # cd /var/www/test-testabit/
git stash # git stash
git pull --rebase # git pull --rebase
git stash clear # git stash clear
make setup-test # make setup-test