We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae72abd commit a013061Copy full SHA for a013061
.github/workflows/deploy.yml
@@ -10,12 +10,12 @@ jobs:
10
11
12
environment:
13
- name: Staging
14
- url: "https://staging.example.com"
+ name: Production
+ url: "https://example.com"
15
16
steps:
17
- uses: actions/checkout@v2
18
- - name: Deploy to staging
+ - name: Deploy to production
19
uses: appleboy/ssh-action@master
20
env:
21
SSH_BUILD_DIRECTORY: ${{ secrets.SSH_BUILD_DIRECTORY }}
@@ -39,4 +39,4 @@ jobs:
39
echo "Optimizing Laravel app"
40
sudo /usr/bin/php82 optimize
41
42
- echo "Deployment to staging completed"
+ echo "Deployment to production completed"
0 commit comments