Skip to content

Commit 774e664

Browse files
authored
[hotfix] source .env 생략
1 parent 275b972 commit 774e664

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ jobs:
8080
key: ${{ secrets.EC2_SSH_KEY }}
8181
debug: true
8282
script: |
83-
cd fortunemon
84-
source .env
83+
cd fortunemon
8584
sudo docker-compose stop
8685
sudo docker-compose rm -f
8786
sudo docker rmi mino999/fortunemon-app-dev:latest

0 commit comments

Comments
 (0)