dev #2
@@ -94,7 +94,7 @@ jobs:
|
|||||||
ssh -i ~/.ssh/id_ed25519 ${DEPLOY_USER}@${DEPLOY_HOST} << 'EOF'
|
ssh -i ~/.ssh/id_ed25519 ${DEPLOY_USER}@${DEPLOY_HOST} << 'EOF'
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
DEPLOY_DIR="/var/www/merchbay_admin_dev"
|
DEPLOY_DIR="/home/deploy/apps/merchbay_admin_dev"
|
||||||
|
|
||||||
mkdir -p $DEPLOY_DIR
|
mkdir -p $DEPLOY_DIR
|
||||||
cd /tmp
|
cd /tmp
|
||||||
@@ -125,9 +125,6 @@ jobs:
|
|||||||
|
|
||||||
echo "✅ Development deployment completed"
|
echo "✅ Development deployment completed"
|
||||||
EOF
|
EOF
|
||||||
env:
|
|
||||||
DEPLOY_USER: ${{ secrets.DEPLOY_USER }}
|
|
||||||
DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }}
|
|
||||||
|
|
||||||
- name: Health Check
|
- name: Health Check
|
||||||
shell: sh
|
shell: sh
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user