Poprawki; usunięto github workflows

This commit is contained in:
2022-09-22 14:15:53 +02:00
parent 0f19bc767a
commit 0a8bfe4c52
6 changed files with 6 additions and 37 deletions
@@ -1,20 +0,0 @@
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Deploy to Firebase Hosting on merge
'on':
push:
branches:
- master
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_STACJOWNIK_TD2 }}'
channelId: live
projectId: stacjownik-td2
@@ -1,14 +0,0 @@
name: Deploy to Firebase Hosting on PR
'on': pull_request
jobs:
build_and_preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_STACJOWNIK_TD2 }}'
projectId: stacjownik-td2
+1
View File
@@ -5,6 +5,7 @@
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vue-tsc --noEmit && vite build", "build": "vue-tsc --noEmit && vite build",
"deploy": "yarn build && firebase deploy --only hosting",
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {
+1 -1
View File
@@ -293,7 +293,7 @@ export default defineComponent({
@import '../../styles/variables.scss'; @import '../../styles/variables.scss';
@import '../../styles/icons.scss'; @import '../../styles/icons.scss';
$rowCol: #4b4b4b; $rowCol: #424242;
.change-anim { .change-anim {
&-enter-active, &-enter-active,
+2
View File
@@ -115,6 +115,8 @@ h1.option-title {
button { button {
margin: 0.25em 0.5em; margin: 0.25em 0.5em;
background-color: #424242;
color: white;
} }
} }
+2 -2
View File
@@ -20,14 +20,14 @@
&-input { &-input {
border: none; border: none;
border-radius: 0.5em 0 0 0.5em; border-radius: 0.5em 0 0 0.5em;
background-color: #333; background-color: #424242;
padding: 0.35em 0.5em; padding: 0.35em 0.5em;
width: 100%; width: 100%;
} }
&-exit { &-exit {
background-color: #333; background-color: #424242;
padding: 0 0.5em; padding: 0 0.5em;
border-radius: 0 0.5em 0.5em 0; border-radius: 0 0.5em 0.5em 0;