Skip to content

Commit 08cbd43

Browse files
authored
Merge pull request #23 from capstone-maru/feat/#18-testDevelop
chore #18 - add deploy steps
2 parents d2a322a + 9682a17 commit 08cbd43

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/cicd.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ jobs:
3838
docker build -t app .
3939
docker tag app ${{ secrets.DOCKER_USERNAME }}/maru:latest
4040
docker push ${{ secrets.DOCKER_USERNAME }}/maru:latest
41-
41+
deploy:
42+
needs: build
43+
runs-on: ubuntu-latest
44+
steps:
4245
- name: Deploy
4346
uses: appleboy/ssh-action@master
4447
with:

0 commit comments

Comments
 (0)