Skip to content

Commit a013061

Browse files
authored
update yml file for deployment
1 parent ae72abd commit a013061

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010

1111

1212
environment:
13-
name: Staging
14-
url: "https://staging.example.com"
13+
name: Production
14+
url: "https://example.com"
1515

1616
steps:
1717
- uses: actions/checkout@v2
18-
- name: Deploy to staging
18+
- name: Deploy to production
1919
uses: appleboy/ssh-action@master
2020
env:
2121
SSH_BUILD_DIRECTORY: ${{ secrets.SSH_BUILD_DIRECTORY }}
@@ -39,4 +39,4 @@ jobs:
3939
echo "Optimizing Laravel app"
4040
sudo /usr/bin/php82 optimize
4141
42-
echo "Deployment to staging completed"
42+
echo "Deployment to production completed"

0 commit comments

Comments
 (0)