diff --git a/.github/workflows/build-push-docker.yml b/.github/workflows/build-push-docker.yml index d0a7e24..959a000 100644 --- a/.github/workflows/build-push-docker.yml +++ b/.github/workflows/build-push-docker.yml @@ -1,4 +1,4 @@ -name: Build and push nemanjamiticcom Docker image +name: Build and push Docker on: push: @@ -14,11 +14,11 @@ on: env: IMAGE_NAME: ${{ github.repository }} # set this - PUBLIC_SITE_HOSTNAME: nemanjamitic.com + PUBLIC_SITE_HOSTNAME: 'https://nemanjamitic.com' jobs: build: - name: Build & push docker image + name: Build and push docker image runs-on: ubuntu-latest steps: @@ -26,12 +26,12 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 1 - + - name: Print commit id, message and tag run: | git show -s --format='%h %s' echo "github.ref -> {{ github.ref }}" - + - name: Docker metadata id: metadata uses: docker/metadata-action@v3 @@ -41,7 +41,7 @@ jobs: type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} type=raw,value={{sha}},enable=${{ github.ref_type != 'tag' }} - + - name: Log in to Docker Hub uses: docker/login-action@v1 if: ${{ github.ref_type == 'tag' }} @@ -58,4 +58,4 @@ jobs: file: ./docker/Dockerfile push: true tags: ${{ steps.metadata.outputs.tags }} - labels: ${{ steps.metadata.outputs.labels }} \ No newline at end of file + labels: ${{ steps.metadata.outputs.labels }} diff --git a/.github/workflows/deploy-docker.yml b/.github/workflows/deploy-docker.yml index 2764cae..5e6d17f 100644 --- a/.github/workflows/deploy-docker.yml +++ b/.github/workflows/deploy-docker.yml @@ -1,9 +1,9 @@ -name: Deploy latest nemanjamiticcom Docker image +name: Deploy Docker on: workflow_run: - workflows: ['Build and push nemanjamiticcom Docker image - disabled'] + workflows: ['Build and push Docker - disabled'] types: - completed diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index 10c9197..40f60f6 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -1,4 +1,4 @@ -name: Deploy to GitHub Pages +name: Deploy GitHub Pages on: push: @@ -18,7 +18,7 @@ permissions: id-token: write env: - PUBLIC_SITE_HOSTNAME: nemanjam.github.io + PUBLIC_SITE_HOSTNAME: 'https://nemanjam.github.io' jobs: # build with astro action, no monorepo @@ -33,7 +33,7 @@ jobs: # with: # path: apps/nemanjamiticcom # node-version: 20.10.0 - # package-manager: yarn@latest + # package-manager: yarn@latest build-monorepo: runs-on: ubuntu-latest @@ -74,4 +74,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v1 diff --git a/.github/workflows/deploy-nginx.yml b/.github/workflows/deploy-nginx.yml index 1bdde6c..4ca9546 100644 --- a/.github/workflows/deploy-nginx.yml +++ b/.github/workflows/deploy-nginx.yml @@ -1,4 +1,4 @@ -name: Deploy nemanjamiticcom Nginx +name: Deploy Nginx on: push: @@ -12,7 +12,7 @@ on: workflow_dispatch: env: - PUBLIC_SITE_HOSTNAME: nemanjamitic.com + PUBLIC_SITE_HOSTNAME: 'https://nemanjamitic.com' jobs: deploy: @@ -49,8 +49,8 @@ jobs: username: ${{ secrets.REMOTE_USERNAME }} key: ${{ secrets.REMOTE_KEY_ED25519 }} port: ${{ secrets.REMOTE_PORT }} - source: "apps/nemanjamiticcom/dist/" - target: "/home/ubuntu/traefik-proxy/apps/nginx-with-volume-nmc/website" + source: 'apps/nemanjamiticcom/dist/' + target: '/home/ubuntu/traefik-proxy/apps/nginx-with-volume-nmc/website' # remove apps/nemanjamiticcom/dist path segments strip_components: 3 diff --git a/packages/prettier-config/.prettierignore b/packages/prettier-config/.prettierignore index 3db5f82..12fadff 100644 --- a/packages/prettier-config/.prettierignore +++ b/packages/prettier-config/.prettierignore @@ -1,8 +1,7 @@ dist node_modules -.github .changeset -*.md yarn.yaml .turbo .vercel +# *.md