diff --git a/.dockerignore b/.dockerignore index 562b1ec..b689e34 100644 --- a/.dockerignore +++ b/.dockerignore @@ -4,7 +4,7 @@ build coverage .vscode .DS_STORE -# .env +.env tmp storage diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d1dd283..8b65512 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -36,18 +36,18 @@ jobs: tags: ${{ steps.docker_meta.outputs.tags }} labels: ${{ steps.docker_meta.outputs.labels }} - execute_commands_via_ssh: - name: Pull latest docker image and start up the application with Docker Compose - runs-on: ubuntu-latest - needs: push_image_to_docker_hub - steps: - - name: Executing remote ssh commands - uses: appleboy/ssh-action@master - with: - host: ${{ secrets.SSH_HOST }} - port: ${{ secrets.SSH_PORT }} - username: ${{ secrets.SSH_USERNAME }} - key: ${{ secrets.SSH_KEY }} - script: | - cd /infra/my-links - sh startup.sh + # execute_commands_via_ssh: + # name: Pull latest docker image and start up the application with Docker Compose + # runs-on: ubuntu-latest + # needs: push_image_to_docker_hub + # steps: + # - name: Executing remote ssh commands + # uses: appleboy/ssh-action@master + # with: + # host: ${{ secrets.SSH_HOST }} + # port: ${{ secrets.SSH_PORT }} + # username: ${{ secrets.SSH_USERNAME }} + # key: ${{ secrets.SSH_KEY }} + # script: | + # cd /infra/my-links + # sh startup.sh