Skip to content

fix burger menu at moobile #18

fix burger menu at moobile

fix burger menu at moobile #18

Workflow file for this run

name: www2.mycelium.threefold.io
on:
push:
branches: [ development ]
jobs:
job_one:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: pushing latest changes on www2.mycelium.threefold.io
uses: appleboy/ssh-action@master
with:
host: www2.mycelium.threefold.io
username: ${{ secrets.TF_USER }}
key: ${{ secrets.TF_SECRET }}
port: ${{ secrets.TF_PORT }}
script: |
cd websites/www2/www_mycelium
git log -1
git fetch
git reset --hard origin/development
sed -i "s/https:\/\/mycelium.threefold.io/https:\/\/www2.mycelium.threefold.io/g" config.toml
./build.sh