name: Build and Deploy on: # 监听 master 分支上的 push 事件 push: branches: - master jobs: build-and-deploy: runs-on: ubuntu-latest # 构建环境使用 ubuntu steps: - name: Checkout uses: actions/checkout@v2.3.1 with: persist-credentials: false - name: Install and Build # 下载依赖 打包...
release: types: [published] jobs: deploy-release: runs-on: ubuntu-latest steps: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." Example workflow as well a workflow which will create a release if a tag is published can be found onmy demo r...
Description I have 1 workflow with 2 jobs name: test on: - push jobs: frontend: runs-on: ubuntu-latest container: image: node:18 env: RUNNER_TOOL_CACHE: /toolcache steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: go-v...
Almost everything just runs with#Wine DXVKunless explicitly designed to brick it (i.e.#MicrosoftOffice) or using#malwareas#DRM AntiCheat. As for#collaborationtools, I think that@nextcloudand@CollaboraOfficeare the way better options than#Office365and those ain't the only ones on the market ei...
There is nothing you need to adjust here unless you need to change the ports that Gitea runs off of. With this configuration, Gitea will operate its web interface on port 3000 and its SSH server on port 222. As we aren’t exposing any of the MySQL databases ports, only the Gitea ...
Giteais a free, open-source, and lightweight version control system written in Golang. It is a self-hosted git service and an alternative solution to GitHub, Bitbucket, and Gitlab. Its main aim is to provide the easiest way of setting up a self-hosted Git service. It runs on multiple...
The host SSH server creates a user session for the git user, and using the shell for the host git user runs the command= The shell of the host git user is now our ssh-shell which opens an SSH connection from the host to container, (which opens a shell on the container for the cont...
# chkconfig mysqld on 代码语言:javascript 复制 以下为备份内容,并未执行: 如果以root用户身份登录CentOS6.8服务器,可以执行如下命令。 mysqld--initialize--user=mysql mysqld--initialize-insecure--user=mysql 如果以mysql用户身份登录CentOS6.8服务器,可以执行如下命令。
Gitea is a lightweight, open source and self-hosted code hosting solution, similar to GitHub, Gitlab and BitBucket. It is mainly written in Go and can run on Windows, Linux, macOS, ARM, etc. Gitea was developed as a fork of Gogs and published under the MIT license. ...
Don't filter action runs based on state (#24711) Optimize actions list by removing an unnecessarygitcall (#24710) Support no label/assignee filter and batch clearing labels/assignees (#24707) Add icon support for safari (#24697) Use standard HTTP library to serve files (#24693) ...