We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47877bf commit affbb38Copy full SHA for affbb38
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
cd /home/deploy/applications/letscode
23
git fetch --all
24
git reset --hard origin/master
25
- docker-compose -f docker-compose.yml up -d
+ docker-compose up -d
26
- name: Notify telegram group about a successful deployment
27
if: ${{ success() }}
28
uses: appleboy/telegram-action@master
docker-compose.yml
@@ -1,6 +1,6 @@
1
version: "3.5"
2
services:
3
- app:
+ letscode_home:
4
image: nginx:1.19.2-alpine
5
restart: always
6
networks:
0 commit comments