Skip to content

entity 계층 dto변환 로직 분리 #69

entity 계층 dto변환 로직 분리

entity 계층 dto변환 로직 분리 #69

name: docker images deployment
on:
push:
branches: [ "Dev" ]
pull_request:
branches: [ "Dev" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
- name: Push image to DockerHub
run: docker push ?
- name: Connect to EC2 instance
run: ?

Check failure on line 22 in .github/workflows/auto-deployment.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/auto-deployment.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
- name: Deploy server
run: ?