We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938b86b commit 561c6c6Copy full SHA for 561c6c6
1 file changed
.github/workflows/deploy.yml
@@ -35,6 +35,7 @@ jobs:
35
find out/ -type f | head -10
36
37
- name: Test - Check deployment configuration (PR only)
38
+ environment: deploy
39
if: github.event_name == 'pull_request'
40
run: |
41
echo "🧪 Testing deployment configuration..."
@@ -51,6 +52,7 @@ jobs:
51
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