Skip to content

Commit d293bdc

Browse files
committed
fix: update deployment workflow names for consistency and clarity
1 parent 254d0d6 commit d293bdc

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
name: Deploy Web Version to hackertab.dev
2-
1+
name: '✅ [PROD] Deploy main to web environment'
32
on:
43
workflow_dispatch:
5-
push:
6-
branches:
7-
- feat/cp-build
4+
85
env:
96
VITE_BUILD_TARGET: 'web'
107
VITE_AMPLITUDE_KEY: ${{ secrets.REACT_APP_AMPLITUDE_KEY }}
@@ -41,3 +38,4 @@ jobs:
4138
key: ${{ secrets.DEPLOY_SSH_KEY }}
4239
source: 'dist/'
4340
target: '~/hackertab.dev'
41+
rm: true

.github/workflows/develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Develop branch to the web version
1+
name: '👨‍💻 [DEV] Deploy develop to web environment'
22
on:
33
workflow_dispatch:
44

0 commit comments

Comments
 (0)