We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 561c6c6 commit 3034a56Copy full SHA for 3034a56
1 file changed
.github/workflows/deploy.yml
@@ -10,7 +10,8 @@ on:
10
jobs:
11
build:
12
runs-on: ubuntu-latest
13
-
+ environment: deploy
14
+
15
steps:
16
- name: Checkout code
17
uses: actions/checkout@v4
@@ -35,7 +36,6 @@ jobs:
35
36
find out/ -type f | head -10
37
38
- name: Test - Check deployment configuration (PR only)
- environment: deploy
39
if: github.event_name == 'pull_request'
40
run: |
41
echo "🧪 Testing deployment configuration..."
@@ -52,7 +52,6 @@ jobs:
52
fi
53
54
- name: Deploy to FTP (Production)
55
56
57
uses: SamKirkland/FTP-Deploy-Action@4.3.0
58
with:
0 commit comments