Skip to content

Commit

Permalink
test: test commit4
Browse files Browse the repository at this point in the history
  • Loading branch information
marrgancovka committed Feb 29, 2024
1 parent 19ee90d commit 48bc210
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,20 @@ jobs:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.PRIVATE_KEY }}
script: cd /home/${{ secrets.USERNAME }}/ && git pull
script: cd /home/${{ secrets.USERNAME }}/2024_1_TeaStealers/ && git pull

- name: Build containers
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.PRIVATE_KEY }}
script: cd /home/${{ secrets.USERNAME }}/ && sudo docker-compose build
script: cd /home/${{ secrets.USERNAME }}/2024_1_TeaStealers/ && sudo docker-compose build

- name: Restart service
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.PRIVATE_KEY }}
script: cd /home/${{ secrets.USERNAME }}/ && sudo docker-compose down && sudo docker-compose up -d
script: cd /home/${{ secrets.USERNAME }}/2024_1_TeaStealers/ && sudo docker-compose down && sudo docker-compose up -d

0 comments on commit 48bc210

Please sign in to comment.