Skip to content

Commit

Permalink
Make additional changes to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Piszmog committed Nov 20, 2023
1 parent 4bde3b6 commit 24d014b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gcloudignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ Network Trash Folder
Temporary Items
.apdisk
Makefile
.git
.github
version.txt
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ jobs:
- run: go install github.com/a-h/templ/cmd/templ@latest
- name: Generate Templ Files
run: templ generate -path ./components
- name: Install Tailwindcss CLI
- name: Generate CSS
run: |
curl -sLO https://github.com/tailwindlabs/tailwindcss/releases/latest/download/tailwindcss-linux-x64
chmod +x tailwindcss-linux-x64
mv tailwindcss-linux-x64 tailwindcss
tailwindcss -i ./styles/input.css -o ./assets/css/output@${{ env.VERSION }}.css --minify
./tailwindcss -i ./styles/input.css -o ./assets/css/output@${{ env.VERSION }}.css --minify
- name: Replace token secret
run: sed -i 's/\${secrets.DB_TOKEN}/'"$DB_TOKEN"'/' app.yaml
env:
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.2
v0.0.3

0 comments on commit 24d014b

Please sign in to comment.