cache clear action
This commit is contained in:
parent
fa6c6e5bba
commit
1ae92bc988
5
.github/workflows/blank.yml
vendored
5
.github/workflows/blank.yml
vendored
@ -29,7 +29,10 @@ jobs:
|
||||
username: ${{ secrets.USERNAME }}
|
||||
key: ${{ secrets.KEY }}
|
||||
port: ${{ secrets.PORT }}
|
||||
script: cd /root/assada.dead.guru/ && git submodule update --remote --merge
|
||||
script: |
|
||||
cd /root/assada.dead.guru/ && git submodule update --remote --merge
|
||||
docker compose exec assada-php php artisan cache:clear
|
||||
docker compose exec assada-php php artisan route:cache
|
||||
|
||||
- name: send telegram message on push
|
||||
uses: appleboy/telegram-action@master
|
||||
|
Loading…
Reference in New Issue
Block a user