Skip to content

Commit de995ed

Browse files
author
aftongauntlett
committed
Update deployment badges to reflect manual workflow
- Change to manual deployment badge (accurate) - Update CI/CD status to show pipeline ready - Clarify GitHub Actions setup as optional - Manual deployment working perfectly via npm run deploy
1 parent 9faa5c9 commit de995ed

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Gauntlet Designs - Farewell Website
22

3-
[![Deploy Status](https://img.shields.io/badge/deploy-automated-success)](https://github.com/aftongauntlett/gauntlet-designs-vue/actions)
4-
[![CI/CD Pipeline](https://img.shields.io/github/actions/workflow/status/aftongauntlett/gauntlet-designs-vue/sync-to-production.yml?branch=main&label=CI%2FCD&logo=github-actions)](https://github.com/aftongauntlett/gauntlet-designs-vue/actions)
3+
[![Deploy Status](https://img.shields.io/badge/deploy-manual-blue)](https://github.com/aftongauntlett/gauntlet-designs-vue)
4+
[![CI/CD Pipeline](https://img.shields.io/badge/pipeline-ready-success?logo=github-actions)](https://github.com/aftongauntlett/gauntlet-designs-vue/actions)
55
[![Vercel](https://img.shields.io/badge/deployed%20on-Vercel-black?logo=vercel)](https://gauntletdesigns.com)
66
[![Commit Activity](https://img.shields.io/github/commit-activity/m/aftongauntlett/gauntlet-designs-vue?logo=git)](https://github.com/aftongauntlett/gauntlet-designs-vue/commits)
77
[![Live Site](https://img.shields.io/badge/live%20site-gauntletdesigns.com-blue?logo=web)](https://gauntletdesigns.com)
@@ -115,10 +115,11 @@ npm run deploy:check
115115
./deploy-production.sh
116116
```
117117

118-
#### Option 3: Automatic via GitHub Actions
118+
#### Option 3: Automatic via GitHub Actions (Optional)
119119

120-
- Pushes to `main` branch automatically sync to production repo
121-
- Requires `PRODUCTION_REPO_TOKEN` secret in GitHub settings
120+
- **Setup required**: Add `PRODUCTION_REPO_TOKEN` secret in GitHub repository settings
121+
- **Once configured**: Pushes to `main` branch automatically sync to production repo
122+
- **Current status**: Manual deployment recommended (working perfectly)
122123

123124
### Important Notes
124125

0 commit comments

Comments
 (0)