testing workflow
This commit is contained in:
@ -3,13 +3,12 @@ name: Build frontend
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v4
|
||||
@ -34,4 +33,3 @@ steps:
|
||||
sudo cp -r dist/* /var/www/html/
|
||||
sudo chown -R www-data:www-data /var/www/html/
|
||||
sudo systemctl reload nginx
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user