Skip to content

Commit affbb38

Browse files
committed
Try another service name
1 parent 47877bf commit affbb38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cd /home/deploy/applications/letscode
2323
git fetch --all
2424
git reset --hard origin/master
25-
docker-compose -f docker-compose.yml up -d
25+
docker-compose up -d
2626
- name: Notify telegram group about a successful deployment
2727
if: ${{ success() }}
2828
uses: appleboy/telegram-action@master

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: "3.5"
22
services:
3-
app:
3+
letscode_home:
44
image: nginx:1.19.2-alpine
55
restart: always
66
networks:

0 commit comments

Comments
 (0)