未验证 提交 1f7aab27 编写于 作者: 何延龙 提交者: GitHub

Merge pull request #205 from SkyAPM/develop

Update CI file
......@@ -69,10 +69,17 @@ jobs:
nohup bash -c './bin/collector-startup.sh' &
bash -c 'response=0; while [ $response -ne 200 ]; do sleep 1; response=$(curl --write-out %{http_code} --silent --output /dev/null http://localhost:12800/receiveData);echo $response;done'
publish:
needs: [build]
runs-on: [ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Publish Dokcer image
if: matrix.php-versions == '7.4' && github.event_name == 'push'
if: github.event_name == 'push'
uses: elgohr/Publish-Docker-Github-Action@2.13
with:
with:
name: skyapm/skywalking-php
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
......@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
user nginx;
user www-data;
worker_processes 1;
error_log /var/log/nginx/error.log warn;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册