Skip to content

fix: lock FluentAssertions version to 7.x to prevent unintended upgra… #24

fix: lock FluentAssertions version to 7.x to prevent unintended upgra…

fix: lock FluentAssertions version to 7.x to prevent unintended upgra… #24

Workflow file for this run

name: CTF Deploy Test
on:
push:
branches:
- test
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Deploy using ssh
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.PRIVATE_KEY }}
port: ${{ secrets.PORT }}
script: |
cd ctf-test
git pull origin dev
git status
sudo docker compose up --build -d
sudo docker builder prune -f -a
sudo docker image prune -f -a