diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index f89ecdb167..7264e017b3 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -8,6 +8,7 @@ env: TAG: ${{ github.event.release.tag_name }} STACK_FILE: docker/production.yml REPOSITORY: website + REGISTRY_USERNAME: christyjacob4 jobs: build: @@ -58,6 +59,6 @@ jobs: echo "_APP_SYSTEM_SECURITY_EMAIL_ADDRESS=${{ secrets.APP_SYSTEM_SECURITY_EMAIL_ADDRESS }}" >> .env echo "SEMATEXT_TOKEN=${{ secrets.SEMATEXT_TOKEN }}" >> .env - echo ${{ secrets.GH_REGISTRY_TOKEN }} | docker login ghcr.io --username ${{ github.actor }} --password-stdin + echo ${{ secrets.GH_REGISTRY_TOKEN }} | docker login ghcr.io --username ${{ env.REGISTRY_USERNAME }} --password-stdin docker-compose -f ${{ env.STACK_FILE }} config env $(cat .env | xargs) docker stack deploy --prune --resolve-image always --with-registry-auth -c ${{ env.STACK_FILE }} ${{ env.REPOSITORY }} \ No newline at end of file diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index f918ae7f2c..a78c5f402c 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -9,6 +9,7 @@ env: TAG: ${{ github.sha }} STACK_FILE: docker/stage.yml REPOSITORY: website + REGISTRY_USERNAME: christyjacob4 jobs: build: @@ -59,6 +60,6 @@ jobs: echo "_APP_SYSTEM_SECURITY_EMAIL_ADDRESS=${{ secrets.APP_SYSTEM_SECURITY_EMAIL_ADDRESS }}" >> .env echo "SEMATEXT_TOKEN=${{ secrets.SEMATEXT_TOKEN }}" >> .env - echo ${{ secrets.GH_REGISTRY_TOKEN }} | docker login ghcr.io --username ${{ github.actor }} --password-stdin + echo ${{ secrets.GH_REGISTRY_TOKEN }} | docker login ghcr.io --username ${{ env.REGISTRY_USERNAME }} --password-stdin docker-compose -f ${{ env.STACK_FILE }} config env $(cat .env | xargs) docker stack deploy --prune --resolve-image always --with-registry-auth -c ${{ env.STACK_FILE }} ${{ env.REPOSITORY }} \ No newline at end of file diff --git a/src/lib/components/PreFooter.svelte b/src/lib/components/PreFooter.svelte index 90d3d70deb..15ef9c68ba 100644 --- a/src/lib/components/PreFooter.svelte +++ b/src/lib/components/PreFooter.svelte @@ -33,7 +33,7 @@

- For personal passion projects and students. + For students and hobby projects.

Get Started diff --git a/src/routes/pricing/+page.svelte b/src/routes/pricing/+page.svelte index 0053464695..57c53d3200 100644 --- a/src/routes/pricing/+page.svelte +++ b/src/routes/pricing/+page.svelte @@ -64,7 +64,7 @@
$0
per user/month

- For personal passion projects and students. + For students and hobby projects.