diff --git a/.github/workflows/tf_update_dev.yml b/.github/workflows/tf_update_dev.yml index 786d85c30..ab8c12b5d 100644 --- a/.github/workflows/tf_update_dev.yml +++ b/.github/workflows/tf_update_dev.yml @@ -12,11 +12,11 @@ jobs: uses: appleboy/ssh-action@master with: host: www2.threefold.io - username: root + username: webuser key: ${{ secrets.TF_SECRET }} - port: 22 + port: 34022 script: | - cd /opt/www_threefold_io/ + cd websites/www2/www_threefold_io/ git log -1 git fetch git reset --hard origin/development diff --git a/content/blog/dunia_yetu/index.md b/content/blog/dunia_yetu/index.md index 9c78e5939..e9c2be078 100644 --- a/content/blog/dunia_yetu/index.md +++ b/content/blog/dunia_yetu/index.md @@ -1,8 +1,8 @@ --- id: dunia_yetu -title: Dunia Yetu Formally Announced in Dar Es Salaam -image_caption: Dunia Yetu -description: Dunia Yetu (Our World) is a collaborative and co-owned movement to redefine the digital landscape in Tanzania and East Africa, empower coders, spur economic development, and build a self-reliant sovereign digital ecosystem for a better digital future. +title: "Dunia Yetu Formally Announced in Dar Es Salaam" +image_caption: "Dunia Yetu" +description: Dunia Yetu (Our World) is a collaborative and co-owned movement to redefine the digital landscape in Tanzania and East Africa, empower coders spur economic development, and build a self-reliant sovereign digital ecosystem for a better digital future. date: 2024-01-26 taxonomies: people: [sam_taggart] diff --git a/start.sh b/start.sh index 50dd0e146..34af69b2a 100755 --- a/start.sh +++ b/start.sh @@ -1,4 +1,3 @@ - set +ex # Check if tailwindcss is already installed if command -v tailwindcss &> /dev/null; then @@ -25,10 +24,7 @@ else mv $ASSET /usr/local/bin/tailwindcss popd fi - - -source env.sh - +source ./env.sh # initialized and configures tailwind if not configured if [ ! -f "tailwind.config.js" ] then @@ -39,21 +35,14 @@ fi # compiles tailwind css & launches locally # rm -rf public static/css # ./tailwindcss -i css/index.css -o ./static/css/index.css --watch - # zola serve & - # compiles tailwind css for prod & builds project # ./tailwindcss -i css/index.css -o ./static/css/index.css --minify # zola build - # # kills zola and tw bg processes on interrupt # trap 'kill $(jobs -p); exit 1' INT # wait - - rm -rf public static/css tailwindcss -i css/index.css -o ./static/css/index.css --minify - zola build -o ~/Documents/web/$NAME/ - open ~/Documents/web/$NAME/index.html \ No newline at end of file