brauchen kein tailwind mehr
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
This commit is contained in:
parent
bd151ab4e6
commit
5424eec55d
@ -22,13 +22,4 @@ jobs:
|
||||
- name: Run docker restart on Server
|
||||
run: |
|
||||
ssh -i ~/.ssh/staging.key -o StrictHostKeyChecking=no -p 22 -o UserKnownHostsFile=/dev/null ${{ secrets.SSH_WEBSERVER_IP }} "cd /var/www/dogstats/ && git pull"
|
||||
|
||||
- name: Getting repo
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
path: 'dogstats'
|
||||
- name: Building minified CSS
|
||||
run: cd dogstats/tools && ./tailwindcss-linux-x64 -i ../web/css/input.css -o ../web/css/output.css --minify
|
||||
- name: Copying to server
|
||||
run: scp -i ~/.ssh/staging.key -o StrictHostKeyChecking=no -P 22 -o UserKnownHostsFile=/dev/null dogstats/web/css/output.css root@${{ secrets.SSH_WEBSERVER_IP }}:/var/www/dogstats/web/css/.
|
||||
|
@ -1,9 +0,0 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["../web/**/*.{html,js,php}"],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user