2 Commits

Author SHA1 Message Date
dependabot[bot]
4ac3a50ca8 Bump tailscale/github-action from 2 to 4
Bumps [tailscale/github-action](https://github.com/tailscale/github-action) from 2 to 4.
- [Release notes](https://github.com/tailscale/github-action/releases)
- [Commits](https://github.com/tailscale/github-action/compare/v2...v4)

---
updated-dependencies:
- dependency-name: tailscale/github-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-04 08:22:35 +00:00
7c29e7789f Restores notes of test deployment 2026-03-29 11:10:18 -04:00
2 changed files with 14 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ jobs:
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
- name: Connect to Tailscale - name: Connect to Tailscale
uses: tailscale/github-action@v2 uses: tailscale/github-action@v4
with: with:
oauth-client-id: ${{ secrets.TAILSCALE_CLIENT_ID }} oauth-client-id: ${{ secrets.TAILSCALE_CLIENT_ID }}
oauth-secret: ${{ secrets.TAILSCALE_CLIENT_SECRET }} oauth-secret: ${{ secrets.TAILSCALE_CLIENT_SECRET }}

View File

@@ -1,10 +1,16 @@
<div class="max-w-4xl mx-auto text-center py-16"> <div class="max-w-4xl mx-auto text-center py-16">
<h1 class="text-5xl font-bold text-gray-900 mb-6">Welcome to TurboVault</h1> <h1 class="text-5xl font-bold text-gray-900 mb-6">Welcome to TurboVault</h1>
<p class="text-xl text-gray-600 mb-8">Track and manage your video game collection with ease (Test Deployment v1.0.1)</p> <p class="text-xl text-gray-600 mb-8">Track and manage your video game collection with ease.</p>
<div class="space-x-4"> <div class="space-x-4">
<%= link_to "Get Started", signup_path, class: "px-8 py-3 bg-indigo-600 text-white rounded-lg hover:bg-indigo-700 text-lg font-semibold" %> <%= link_to "Get Started",
<%= link_to "Login", login_path, class: "px-8 py-3 bg-gray-200 text-gray-800 rounded-lg hover:bg-gray-300 text-lg font-semibold" %> signup_path,
class:
"px-8 py-3 bg-indigo-600 text-white rounded-lg hover:bg-indigo-700 text-lg font-semibold" %>
<%= link_to "Login",
login_path,
class:
"px-8 py-3 bg-gray-200 text-gray-800 rounded-lg hover:bg-gray-300 text-lg font-semibold" %>
</div> </div>
<div class="mt-16 grid grid-cols-1 md:grid-cols-3 gap-8"> <div class="mt-16 grid grid-cols-1 md:grid-cols-3 gap-8">