diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index df44b951..dabcaf2d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -55,8 +55,8 @@ jobs: git fetch origin ${{ github.ref_name }} git reset --hard origin/${{ github.ref_name }} - # Run deployment script - ./deployment/scripts/deploy.sh ${{ steps.env.outputs.environment }} + # Run deployment script with image build + ./deployment/scripts/deploy.sh ${{ steps.env.outputs.environment }} build EOF rm -f /tmp/ssh_key